Skip to content

Commit

Permalink
Minor docstring improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Babic committed Aug 26, 2018
1 parent bab6ee1 commit 696d8af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cogwheels/helpers/settings.py
Expand Up @@ -138,7 +138,9 @@ def _load_defaults(self):
Called by ``__init__()`` to create a dictionary of the relevant
values from the associated defaults module, and save it to the
object's ``_defaults`` attribute to improve lookup performance.
Only variables with upper-case names are included.
Only variables with upper case names are included.
:raises: ImportError
It is assumed that the defaults module is defined in the same directory
as ``settings.py`` where the settings helper class is defined. But,
Expand Down

0 comments on commit 696d8af

Please sign in to comment.