summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authordelirious-lettuce <delirious.lettuce@gmail.com>2017-08-02 23:04:43 -0600
committerBenjamin Peterson <benjamin@python.org>2017-08-02 22:04:43 -0700
commitb0ed66541c13802c108ecd67aa1868682c5c249f (patch)
tree852dab8a6797d85562c195332e6b3d52b9b009e8 /documentation
parentcd3481181807aa0930d95e19226e451fd9839abe (diff)
downloadsix-git-b0ed66541c13802c108ecd67aa1868682c5c249f.tar.gz
Fix typo: intepreter -> interpreter (#206)
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 6a5a4e6..2324d64 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -104,7 +104,7 @@ Here's example usage of the module::
Object model compatibility
>>>>>>>>>>>>>>>>>>>>>>>>>>
-Python 3 renamed the attributes of several intepreter data structures. The
+Python 3 renamed the attributes of several interpreter data structures. The
following accessors are available. Note that the recommended way to inspect
functions and methods is the stdlib :mod:`py3:inspect` module.