Skip to content

Commit 861b50a

Browse files
NeelaySfacebook-github-bot
authored andcommitted
Fixes typo in LazyConfigs tutorial
Summary: Fix for #3503 Pull Request resolved: #3504 Reviewed By: sstsai-adl Differential Revision: D31128158 Pulled By: ppwwyyxx fbshipit-source-id: 6b5a2b10d95b0cf567a940d0fcece3cb02685976
1 parent 9fb31b3 commit 861b50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/lazyconfigs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defined in the global scope of the config file. Note that:
3333
* All dictionaries are turned to an [omegaconf](https://omegaconf.readthedocs.io/)
3434
config object during loading. This enables access to omegaconf features,
3535
such as its [access syntax](https://omegaconf.readthedocs.io/en/2.1_branch/usage.html#access-and-manipulation)
36-
and [interoplation](https://omegaconf.readthedocs.io/en/2.1_branch/usage.html#variable-interpolation).
36+
and [interpolation](https://omegaconf.readthedocs.io/en/2.1_branch/usage.html#variable-interpolation).
3737
* Absolute imports in `config.py` works the same as in regular Python.
3838
* Relative imports can only import dictionaries from config files.
3939
They are simply a syntax sugar for [LazyConfig.load_rel](../modules/config.html#detectron2.config.LazyConfig.load_rel).

0 commit comments

Comments
 (0)