summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-08-21 22:47:00 -0500
committerBenjamin Peterson <benjamin@python.org>2013-08-21 22:47:00 -0500
commit9751cea9b5e69e906f11e0203bf69ebc65dc9c0e (patch)
tree1766c29bebc788bc84ac918fbeace329968b3c24 /documentation
parent918918a8bdd836200598e9c0a79524c1095f915e (diff)
downloadsix-9751cea9b5e69e906f11e0203bf69ebc65dc9c0e.tar.gz
fix class decorator emulation example
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 1b22e32..524eee2 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -307,7 +307,7 @@ Python 2 and 3.
class MyClass(object):
...
- MyClass = add_metaclass(MyClass)
+ MyClass = add_metaclass(Meta)(MyClass)
Binary and text data