summaryrefslogtreecommitdiff
path: root/documentation/index.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-08-21 22:41:40 -0500
committerBenjamin Peterson <benjamin@python.org>2013-08-21 22:41:40 -0500
commit21fb86828ed1366574c7b28506337689b5824625 (patch)
tree9e58ca91b535e8527e9bc3cb8d0d2af7ad3bfff6 /documentation/index.rst
parent45787766824927c7f4beb35cbd210aa41caa2398 (diff)
downloadsix-21fb86828ed1366574c7b28506337689b5824625.tar.gz
resultant -> resulting
Diffstat (limited to 'documentation/index.rst')
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 6d43163..7ca33f0 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -283,7 +283,7 @@ Python 2 and 3.
.. function:: add_metaclass(metaclass)
Decorate a class to replace it with a metaclass-constructed version.
- Similar to :func:`with_metaclass`, but allows the resultant class to be
+ Similar to :func:`with_metaclass`, but allows the resulting class to be
created without an intermediate class. For example::
@add_metaclass(MyMeta)