summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-08-11 07:44:52 -0700
committerJeff Quast <contact@jeffquast.com>2015-08-11 07:44:52 -0700
commit32f8ea68c68a8b67a82308cadf0b6f4ed24d27e2 (patch)
treef46d41015af8c90b000a82df78ebf5ccac6968eb
parent52e24104b4c3aa105582c66aad273af01837bf07 (diff)
parent029651931065cd1d062726b94916bbe9ac7c24ab (diff)
downloadpexpect-git-32f8ea68c68a8b67a82308cadf0b6f4ed24d27e2.tar.gz
Merge pull request #229 from Wakeupbuddy/patch-1
spellfix "You you" => "You"
-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.