summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-22 11:36:08 +0200
committerGeorg Brandl <georg@python.org>2010-08-22 11:36:08 +0200
commit5978c17aed477cc2bbab7eae86bb8b18367c426e (patch)
tree8a31a3695744a106791724453db559985f874c8e /sphinx/__init__.py
parentf160503120e0f72ea8b70bb850c92b8023bb9f6e (diff)
downloadsphinx-5978c17aed477cc2bbab7eae86bb8b18367c426e.tar.gz
Docstring harmonization.
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r--sphinx/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 1ea2e7bf..211e2413 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -37,6 +37,7 @@ if '+' in __version__ or 'pre' in __version__:
def main(argv=sys.argv):
+ """Sphinx build "main" command-line entry."""
if sys.version_info[:3] < (2, 4, 0):
sys.stderr.write('Error: Sphinx requires at least '
'Python 2.4 to run.\n')