From 0f7b680c12a14e7d3b605f17ce14c0666c32bd63 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 19 Jul 2012 23:42:48 +0200 Subject: Fix two typos in the theme documentation. --- doc/en/themes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -------------------------- -- cgit v1.2.3