Fix some docstring spelling
This commit is contained in:
parent
5273cb634c
commit
235fab4e9c
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue