diff options
author | Robert Lehmann <mail@robertlehmann.de> | 2013-01-02 17:45:33 +0100 |
---|---|---|
committer | Robert Lehmann <mail@robertlehmann.de> | 2013-01-02 17:45:33 +0100 |
commit | 0725cb608a9ca6de67d3e681acb51507c300936e (patch) | |
tree | e34d12e2493e12a7c68e3b43040bb2c664e6e8d3 /sphinx/writers/text.py | |
parent | ebc953d15cf1ea583e1b79399fb074ad26f7c6ce (diff) | |
parent | 151856819c212229f6f58a8a2cbf9223a4191f94 (diff) | |
download | sphinx-git-0725cb608a9ca6de67d3e681acb51507c300936e.tar.gz |
merge with birkenfeld/sphinx
Diffstat (limited to 'sphinx/writers/text.py')
-rw-r--r-- | sphinx/writers/text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/text.py b/sphinx/writers/text.py index 60d38a7a1..688af4ad4 100644 --- a/sphinx/writers/text.py +++ b/sphinx/writers/text.py @@ -5,7 +5,7 @@ Custom docutils writer for plain text. - :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ import os |