diff options
author | Georg Brandl <georg@python.org> | 2014-03-02 08:50:10 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-02 08:50:10 +0100 |
commit | 85ddf03f45f79a0bc7d20fcceba0057a72452fd1 (patch) | |
tree | 49f519acf9c000d0fa4deefc94f7ac45498f7ac0 /sphinx/__main__.py | |
parent | db0f7ccc705b37617faf7c6139e96dc826dfdb22 (diff) | |
parent | cae4910527c549e83b8b63e88c90324113846f70 (diff) | |
download | sphinx-git-85ddf03f45f79a0bc7d20fcceba0057a72452fd1.tar.gz |
merge with stable
Diffstat (limited to 'sphinx/__main__.py')
-rw-r--r-- | sphinx/__main__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__main__.py b/sphinx/__main__.py index ee8419b79..270bc4ebd 100644 --- a/sphinx/__main__.py +++ b/sphinx/__main__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - Sphinx - ~~~~~~ + sphinx.__main__ + ~~~~~~~~~~~~~~~ The Sphinx documentation toolchain. |