From a5ea8fda1c02f9971fcc4cf1f66893043348c075 Mon Sep 17 00:00:00 2001 From: Michael Madsen Date: Tue, 4 Nov 2014 12:48:47 +0100 Subject: [PATCH] Clarify a method docstring in colors.py --- core/colors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/colors.py b/core/colors.py index 82e304c..701a7b4 100644 --- a/core/colors.py +++ b/core/colors.py @@ -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'