Skip to content

Commit

Permalink
Fixing import statement in example in Readme (#34)
Browse files Browse the repository at this point in the history
Changing the import statement in the example main.py file to use the correct function name defined in the example config.py file
  • Loading branch information
pocketpixels authored and rbgirshick committed Nov 22, 2019
1 parent aabe5bd commit 7b06e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ the `cfg` can be copied and passed as an argument.
# my_project/main.py
import my_project
from config import get_cfg # local variable usage pattern, or:
from config import get_cfg_defaults # local variable usage pattern, or:
# from config import cfg # global singleton usage pattern
Expand Down

0 comments on commit 7b06e28

Please sign in to comment.