summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-25 14:54:45 -0600
committerBenjamin Peterson <benjamin@python.org>2014-11-25 14:54:45 -0600
commitacc6dd161636ce80b5b73e835fefdb16881de0b2 (patch)
tree661cb87ea43ff1bfc7ac9050ce962e9d7cd63c81
parent6f31b002f446d2da8d8d2387f854ee3fdc185539 (diff)
downloadcpython-acc6dd161636ce80b5b73e835fefdb16881de0b2.tar.gz
remove incorrect plural
-rw-r--r--Doc/library/re.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 182b054108..db7e1cfc32 100644
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -366,7 +366,7 @@ the second character. For example, ``\$`` matches the character ``'$'``.
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