summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrigitta Sipocz <b.sipocz@gmail.com>2016-04-13 02:42:09 +0000
committerBrigitta Sipocz <b.sipocz@gmail.com>2016-04-13 02:42:09 +0000
commit5f7f3ba5dcc20fa3f73bd3460660e73438909b7f (patch)
treeb43724cf1a09ef110daf452c78375cae8fc45f61
parent40692171c1aa9f78474dbe849465a2fe9142b655 (diff)
downloadsix-bsipocz/rename-class-name-to-be-consistent-with--1460515326655.tar.gz
Rename class name to be consistent with the other examples.bsipocz/rename-class-name-to-be-consistent-with--1460515326655
-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.