diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-12-04 15:49:48 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-12-04 15:49:48 +0100 |
commit | d1c4c7cf587d016946bd3537a49d9543d8a4664d (patch) | |
tree | 0aa53fd7c78b384128621897cb8b7e31efaf0000 /doc | |
parent | 66b14ff67b499aeb59c7b4a111bc79e415888622 (diff) | |
download | poezio-d1c4c7cf587d016946bd3537a49d9543d8a4664d.tar.gz poezio-d1c4c7cf587d016946bd3537a49d9543d8a4664d.tar.bz2 poezio-d1c4c7cf587d016946bd3537a49d9543d8a4664d.tar.xz poezio-d1c4c7cf587d016946bd3537a49d9543d8a4664d.zip |
doc typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/themes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/themes.rst b/doc/source/themes.rst index a674c915..0c2b143f 100644 --- a/doc/source/themes.rst +++ b/doc/source/themes.rst @@ -22,7 +22,7 @@ A theme file is a python file (with the .py extension) containing a class, inheriting the *theming.Theme* class defined into the *theming* poezio module. -To check how may colors your current terminal/$TERM supports, do: +To check how many colors your current terminal/$TERM supports, do: .. code-block:: bash |