[Python-checkins] cpython (2.7): remove incorrect plural

benjamin.peterson python-checkins at python.org
Tue Nov 25 21:54:58 CET 2014


https://hg.python.org/cpython/rev/0551b8c66b91
changeset:   93585:0551b8c66b91
branch:      2.7
parent:      93580:28fecaa8a74c
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Nov 25 14:54:45 2014 -0600
summary:
  remove incorrect plural

files:
  Doc/library/re.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/re.rst b/Doc/library/re.rst
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -366,7 +366,7 @@
    database.
 
 ``\S``
-   When the :const:`UNICODE` flags is not specified, matches any non-whitespace
+   When the :const:`UNICODE` flag is not specified, matches any non-whitespace
    character; this is equivalent to the set ``[^ \t\n\r\f\v]`` The
    :const:`LOCALE` flag has no extra effect on non-whitespace match.  If
    :const:`UNICODE` is set, then any character not marked as space in the

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list