summaryrefslogtreecommitdiff
path: root/documentation
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
commit42b4b3442b493b87e6b3288b61a5b45142b8420c (patch)
treeb43724cf1a09ef110daf452c78375cae8fc45f61 /documentation
parente891314082056d8baa8b1f21f29a401683a87797 (diff)
downloadsix-git-42b4b3442b493b87e6b3288b61a5b45142b8420c.tar.gz
Rename class name to be consistent with the other examples.
Diffstat (limited to 'documentation')
-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.