Fix some docstring spelling

This commit is contained in:
mathieui 2015-02-08 15:04:40 +01:00
parent 5273cb634c
commit 235fab4e9c
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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.