summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 1391bac..3369d71 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -345,7 +345,7 @@ Python 2 and 3.
on Python 3 or ::
class MyClass(object):
- __metaclass__ = MyMeta
+ __metaclass__ = Meta
on Python 2.