From 2dc06f6d50d14a97ff0c37f88b6979d18a0fd279 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 3 Jul 2012 09:01:43 +0000 Subject: Style edit (mostly), use """ for docstrings (not '''). --- system_property_chart.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system_property_chart.py') diff --git a/system_property_chart.py b/system_property_chart.py index 8f58a17a..4178ebe0 100644 --- a/system_property_chart.py +++ b/system_property_chart.py @@ -54,9 +54,9 @@ def _property_chart_data_get(self, context): def _property_chart_draw(self, context): - ''' + """ This function can run for different types. - ''' + """ obj, selected_objects = _property_chart_data_get(self, context) if not obj: -- cgit v1.2.3