From 787e78310dcde34be28fc2c1f5f2b6e69c66a45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 9 May 2020 13:32:56 +0300 Subject: Spelling fixes --- doc/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/overview.rst') diff --git a/doc/overview.rst b/doc/overview.rst index fcfe195..8e47ed0 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -162,7 +162,7 @@ to perform a regular expression match on a stream. Regular expressions need to look ahead. With a stream it is hard to look ahead because the process generating the stream may not be finished. There is no way to know if the process has paused momentarily or is finished and waiting for you. Pexpect must -implicitly always do a NON greedy match (minimal) at the end of a input. +implicitly always do a NON greedy match (minimal) at the end of input. Pexpect compiles all regular expressions with the :data:`re.DOTALL` flag. With the :data:`~re.DOTALL` flag, a ``"."`` will match a newline. -- cgit v1.2.1