]> granicus.if.org Git - python/commitdiff
remove incorrect plural
authorBenjamin Peterson <benjamin@python.org>
Tue, 25 Nov 2014 20:54:45 +0000 (14:54 -0600)
committerBenjamin Peterson <benjamin@python.org>
Tue, 25 Nov 2014 20:54:45 +0000 (14:54 -0600)
Doc/library/re.rst

index 182b0541082251867f90ddfbf6f32a8086fefb28..db7e1cfc32f87fd627d25dd9ace9db840535df58 100644 (file)
@@ -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