summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-04-19 00:01:37 -0700
committerBenjamin Peterson <benjamin@python.org>2016-04-19 00:01:37 -0700
commit648c4dddb7703c32161780def0563d3d806bd5b4 (patch)
treeae3e9033e4dfae12ed2ddbfc026035f56090a0e0 /documentation
parent2c1141f9d8b74e2fea72281080bc091eb2319f8d (diff)
parentfe838eb31308f92e9967443c6c3dcb0ce488b0cc (diff)
downloadsix-648c4dddb7703c32161780def0563d3d806bd5b4.tar.gz
Merged in asottile/six (pull request #75)
Add six.moves.email_mime_image
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 1cb53ad..e43ab43 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.