Fix: bt2: _trim_docstring(): docstring can have 0 or 1 line
[babeltrace.git] / src / bindings / python / bt2 / bt2 / __init__.py
index f1c0954b273b5c135d6695493bc20dc60bf9f738..7068f2409474c02cbf1d62e04de6b160e8f0470a 100644 (file)
@@ -250,10 +250,10 @@ class _MemoryError(_Error):
 
 
 class UnknownObject(Exception):
-    '''
+    """
     Raised when a component class handles a query for an object it doesn't
     know about.
-    '''
+    """
 
     pass
 
This page took 0.029726 seconds and 4 git commands to generate.