summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2019-12-16 09:10:42 +0100
committerGitHub <noreply@github.com>2019-12-16 09:10:42 +0100
commitfa6a55691c1a3310c30c1816b06e9d6e62488ce2 (patch)
treeee2b358b9814fbddefd92a2e94314b54b51973b9
parent80e67021693913dc65f637f0ada9a3a8caf3a298 (diff)
parentec432490e5ea4f61a2e6d709f437fb081d70e189 (diff)
downloadpexpect-git-fa6a55691c1a3310c30c1816b06e9d6e62488ce2.tar.gz
Merge pull request #609 from Anders-E/patch-1
Fix typo in examples pages
-rw-r--r--doc/examples.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples.rst b/doc/examples.rst
index 6338b5c..be48f6a 100644
--- a/doc/examples.rst
+++ b/doc/examples.rst
@@ -48,7 +48,7 @@ Examples.
`python.py <https://github.com/pexpect/pexpect/blob/master/examples/python.py>`_
This starts the python interpreter and prints the greeting message
- backwards. It then gives the user iteractive control of Python. It's
+ backwards. It then gives the user interactive control of Python. It's
pretty useless!
`ssh_tunnel.py <https://github.com/pexpect/pexpect/blob/master/examples/ssh_tunnel.py>`_