Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-04-20 22:50:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-20 22:50:18 +0400
commit15eb3452ecd96e4d79d438e8c954918639dc283d (patch)
tree438936332d24c6a1095cad0051fdd742c2f77d22 /doc
parent2e20d3dc9610b702788092e9d72689b971ed9f69 (diff)
style cleanup: pep8, also quiet compiler warning.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index cb03907c194..54a3868c0d7 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -131,7 +131,7 @@ def handle_args():
dest="sphinx_theme",
type=str,
default='default',
- help =
+ help=
# see SPHINX_THEMES below
"Sphinx theme (default='default')\n"
"Available themes\n"