summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwakeupbuddy <stevenkingdom@gmail.com>2015-08-10 19:10:02 -0700
committerwakeupbuddy <stevenkingdom@gmail.com>2015-08-10 19:10:02 -0700
commit029651931065cd1d062726b94916bbe9ac7c24ab (patch)
treef46d41015af8c90b000a82df78ebf5ccac6968eb
parent52e24104b4c3aa105582c66aad273af01837bf07 (diff)
downloadpexpect-git-029651931065cd1d062726b94916bbe9ac7c24ab.tar.gz
typo fix
-rw-r--r--doc/overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index 76fc846..139ba36 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -60,7 +60,7 @@ Special EOF and TIMEOUT patterns
--------------------------------
There are two special patterns to match the End Of File (:class:`~pexpect.EOF`)
-or a Timeout condition (:class:`~pexpect.TIMEOUT`). You you can pass these
+or a Timeout condition (:class:`~pexpect.TIMEOUT`). You can pass these
patterns to :meth:`~pexpect.spawn.expect`. These patterns are not regular
expressions. Use them like predefined constants.