summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2012-07-19 23:42:48 +0200
committerFlorent Le Coz <louiz@louiz.org>2012-07-27 16:02:01 +0200
commit0f7b680c12a14e7d3b605f17ce14c0666c32bd63 (patch)
tree7f81fb4dff1fbeab88f01525149bcb3933c2a66d /doc
parent85d77e2da40cf5d7261a33aee0f67e53c5629776 (diff)
downloadpoezio-0f7b680c12a14e7d3b605f17ce14c0666c32bd63.tar.gz
poezio-0f7b680c12a14e7d3b605f17ce14c0666c32bd63.tar.bz2
poezio-0f7b680c12a14e7d3b605f17ce14c0666c32bd63.tar.xz
poezio-0f7b680c12a14e7d3b605f17ce14c0666c32bd63.zip
Fix two typos in the theme documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/en/themes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/themes.txt b/doc/en/themes.txt
index 1fce4690..c9e847cd 100644
--- a/doc/en/themes.txt
+++ b/doc/en/themes.txt
@@ -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
--------------------------