Skip to content

Commit

Permalink
fix: dev: Spelling...
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-jenkins committed Jun 28, 2016
1 parent 1b52109 commit 7eb3115
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/plantweb/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
Will read the file specified. User expansion ``~`` is supported.
``python://``
Will import the given path to a variable or function:
Will import the given variable or function:
- If function, it will be executed without arguments and its result will be
returned.
- If variable, it must be dictionary similar to :data:`DEFAULT_CONFIG`.
- If a function, it will be executed without arguments and its result will
be used.
- If a variable, it must be a dictionary similar to :data:`DEFAULT_CONFIG`.
"""


Expand Down

0 comments on commit 7eb3115

Please sign in to comment.