diff options
author | Jeff Quast <contact@jeffquast.com> | 2015-09-20 19:43:31 -0700 |
---|---|---|
committer | Jeff Quast <contact@jeffquast.com> | 2015-09-20 19:43:31 -0700 |
commit | b6e25ba148a4ffdf5ba0e4ba61aa78f449773cca (patch) | |
tree | ba2eec8a8bd1df7f0b21115f8ae8896db9ad364c /doc/overview.rst | |
parent | 7f046a6cf86d8f60a6cf23c40ef625e5acbc1a32 (diff) | |
parent | f5993888e092bd8cecc98ac9558700d4fe8624cf (diff) | |
download | pexpect-git-document-blocking-write.tar.gz |
Merge remote-tracking branch 'origin/master' into document-blocking-writedocument-blocking-write
Diffstat (limited to 'doc/overview.rst')
-rw-r--r-- | doc/overview.rst | 2 |
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. |