Fix two typos in the theme documentation.
This commit is contained in:
parent
85d77e2da4
commit
0f7b680c12
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ the text impossible to read). The default theme should work properly in any
|
|||
case. If not, that’s a bug.
|
||||
|
||||
A theme file is a python file (with the .py extension) containing a
|
||||
class, inheriting the *themimg.Theme* class defined into the *theming*
|
||||
class, inheriting the *theming.Theme* class defined into the *theming*
|
||||
poezio module.
|
||||
|
||||
Create a theme
|
||||
|
@ -77,7 +77,7 @@ To use a theme, just define the _theme_ option into the
|
|||
link:configure.html[configuration file] to the name of the theme you want
|
||||
to use. If that theme is not found, the default theme will be used instead.
|
||||
Note that the default theme is defined directly into poezio’s source code,
|
||||
and note in a theme file.
|
||||
and not in a theme file.
|
||||
|
||||
Change the theme directory
|
||||
--------------------------
|
||||
|
|
Loading…
Reference in a new issue