summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/index.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 25d3495..02f3898 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -292,9 +292,7 @@ Python 2 and 3.
.. function:: add_metaclass(metaclass)
Class decorator that replaces a normally-constructed class with a
- metaclass-constructed one. Unlike :func:`with_metaclass`,
- :func:`add_metaclass` does not create an intermediate base class between the
- class being created and its bases. Example usage: ::
+ metaclass-constructed one. Example usage: ::
@add_metaclass(Meta)
class MyClass(object):