From 235fab4e9c7391eb9a2bf0d342b993f85c398616 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 8 Feb 2015 15:04:40 +0100 Subject: Fix some docstring spelling --- src/theming.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/theming.py b/src/theming.py index ecbff5a5..81bc8820 100755 --- a/src/theming.py +++ b/src/theming.py @@ -77,9 +77,10 @@ finder = machinery.PathFinder() class Theme(object): """ - The theme class, from which all theme should inherit. - All of the following value can be replaced in subclasses, in + The theme class, from which all themes should inherit. + All of the following values can be replaced in subclasses, in order to create a new theme. + Do not edit this file if you want to change the theme to suit your needs. Create a new theme and share it if you think it can be useful for others. -- cgit v1.2.3