From 72275ef7c322e715210ee24fb3eb72df7c0c0a6d Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 25 Nov 2014 14:54:45 -0600 Subject: [PATCH] remove incorrect plural --- Doc/library/re.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1