summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Eriksson <aeri3@kth.se>2019-12-16 01:31:27 +0100
committerGitHub <noreply@github.com>2019-12-16 01:31:27 +0100
commitec432490e5ea4f61a2e6d709f437fb081d70e189 (patch)
treeee2b358b9814fbddefd92a2e94314b54b51973b9
parent80e67021693913dc65f637f0ada9a3a8caf3a298 (diff)
downloadpexpect-git-ec432490e5ea4f61a2e6d709f437fb081d70e189.tar.gz
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>`_