summaryrefslogtreecommitdiff
path: root/gi/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'gi/types.py')
-rw-r--r--gi/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/types.py b/gi/types.py
index ce6d961a..e6e3903e 100644
--- a/gi/types.py
+++ b/gi/types.py
@@ -174,7 +174,7 @@ def find_vfunc_conflict_in_bases(vfunc, bases):
class _GObjectMetaBase(type):
- "Metaclass for automatically registering GObject classes"
+ """Metaclass for automatically registering GObject classes."""
def __init__(cls, name, bases, dict_):
type.__init__(cls, name, bases, dict_)
propertyhelper.install_properties(cls)