]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed warnings caused by docstrings in %pythoncode section
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 13 Sep 2008 19:18:59 +0000 (19:18 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 13 Sep 2008 19:18:59 +0000 (19:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/manager.h

index 42c44b81f451ecd40ffdcd0ecf3c6455076c392e..2be06936ece813037bf63cede13f5865116ad336 100644 (file)
@@ -636,10 +636,8 @@ public:
                               dict_=None,
                               as_strings=False,
                               inc_attributes=False):
-            """
-            Same as GetValues, but returns values from specific page only.
-            For argument descriptions, see GetValues.
-            """
+            "Same as GetValues, but returns values from specific page only."
+            "For argument descriptions, see GetValues."
             return page.GetPropertyValues(dict_, as_strings, inc_attributes)
     }
 #endif