Cleanup: triple quotes for docstrings

This commit is contained in:
Campbell Barton
2017-04-14 20:01:43 +10:00
parent 6a8a679037
commit 0b55b8cc6a
4 changed files with 35 additions and 37 deletions

View File

@@ -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 = []