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>2017-04-14 13:01:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-14 13:01:43 +0300
commit0b55b8cc6a37fa4e74c55c9ccb54950c5f546bd6 (patch)
tree9c17eb6c711e126942fd321e29f8ebae44d50c83 /release/scripts/freestyle
parent6a8a67903729d0e8bb44e15547f827b2b5638ba5 (diff)
Cleanup: triple quotes for docstrings
Diffstat (limited to 'release/scripts/freestyle')
-rw-r--r--release/scripts/freestyle/modules/freestyle/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/freestyle/modules/freestyle/utils.py b/release/scripts/freestyle/modules/freestyle/utils.py
index d3eba187f70..2d47995d474 100644
--- a/release/scripts/freestyle/modules/freestyle/utils.py
+++ b/release/scripts/freestyle/modules/freestyle/utils.py
@@ -318,7 +318,7 @@ class BoundingBox:
class StrokeCollector(StrokeShader):
- "Collects and Stores stroke objects"
+ """Collects and Stores stroke objects"""
def __init__(self):
StrokeShader.__init__(self)
self.strokes = []