summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormarco giusti <marco.giusti@gmail.com>2011-12-02 16:43:32 +0100
committermarco giusti <marco.giusti@gmail.com>2011-12-02 16:43:32 +0100
commit4683b6327f3fc41db253592db966d5df4a9f4d4a (patch)
tree1910668c337e9e83efc28ced0206944dd8678c95 /docs
parente99bea0f827c68eedb91755795c8c00562bfc7e2 (diff)
downloadurwid-4683b6327f3fc41db253592db966d5df4a9f4d4a.tar.gz
Fix file encoding in vim's modeline and short version string
--HG-- branch : feature-sphinx
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/userinput.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a64e571..f2c678a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,7 +48,7 @@ copyright = u'2011, Ian Ward'
# built documents.
#
# The short X.Y version.
-version = '1.0.1'
+version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
diff --git a/docs/userinput.txt b/docs/userinput.txt
index 5061f9c..d647d26 100644
--- a/docs/userinput.txt
+++ b/docs/userinput.txt
@@ -109,4 +109,4 @@ you can use them to track their mouse dragging from one character cell to the
next across the screen. Be aware that you might see `x` and/or `y` coordinates
one position off the screen if the user drags their mouse to the edge.
-.. vim: set ft=rst enc=utf-8:
+.. vim: set ft=rst fenc=utf-8: