summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-02-08 15:04:40 +0100
committermathieui <mathieui@mathieui.net>2015-02-08 15:04:40 +0100
commit235fab4e9c7391eb9a2bf0d342b993f85c398616 (patch)
tree55018a3e0a5612380f43082e2dd8c946ebe01f52
parent5273cb634cdeaef0866355088b9c228e363630a9 (diff)
downloadpoezio-235fab4e9c7391eb9a2bf0d342b993f85c398616.tar.gz
poezio-235fab4e9c7391eb9a2bf0d342b993f85c398616.tar.bz2
poezio-235fab4e9c7391eb9a2bf0d342b993f85c398616.tar.xz
poezio-235fab4e9c7391eb9a2bf0d342b993f85c398616.zip
Fix some docstring spelling
-rwxr-xr-xsrc/theming.py5
1 files 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.