Skip to content

Commit

Permalink
Clarify a method docstring in colors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pidgeot committed Nov 4, 2014
1 parent fdc03b6 commit a5ea8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def load_colors(filename):
Params:
filename
The name of the new colorscheme to install (filename without
extension). If no path specified, file is assumed to be in LNP/Colors.
The name of the new colorscheme to install (extension optional).
If no path is specified, file is assumed to be in LNP/Colors.
"""
if not filename.endswith('.txt'):
filename = filename + '.txt'
Expand Down

0 comments on commit a5ea8fd

Please sign in to comment.