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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-07-03 23:35:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-03 23:35:37 +0300
commit969111f9b5b075470a6de995f048d19e25c1b9ea (patch)
tree48207cac4048961554748c8b7140b7823a09d2e2 /doc/python_api/sphinx_doc_gen_monkeypatch.py
parenteb7286bfd2f8dc21cbd019b9085489652c392eba (diff)
Cleanup: pep8
Diffstat (limited to 'doc/python_api/sphinx_doc_gen_monkeypatch.py')
-rw-r--r--doc/python_api/sphinx_doc_gen_monkeypatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/sphinx_doc_gen_monkeypatch.py b/doc/python_api/sphinx_doc_gen_monkeypatch.py
index 9fdbf613d96..58d09f71e9a 100644
--- a/doc/python_api/sphinx_doc_gen_monkeypatch.py
+++ b/doc/python_api/sphinx_doc_gen_monkeypatch.py
@@ -21,7 +21,7 @@
# <pep8 compliant>
bpy_types_Operator_bl_property__doc__ = (
-"""
+ """
The name of a property to use as this operators primary property.
Currently this is only used to select the default property when
expanding an operator into a menu.