Skip to content

Commit bdfae67

Browse files
committed
Merged revisions 81026 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81026 | eric.smith | 2010-05-09 10:04:59 -0400 (Sun, 09 May 2010) | 1 line Issue 8671: Whitespace fix. ........
1 parent b654a6c commit bdfae67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/re.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ the second character. For example, ``\$`` matches the character ``'$'``.
319319
Matches the empty string, but only at the beginning or end of a word. A word is
320320
defined as a sequence of alphanumeric or underscore characters, so the end of a
321321
word is indicated by whitespace or a non-alphanumeric, non-underscore character.
322-
Note that ``\b`` is defined as the boundary between ``\w`` and ``\ W``, so the
322+
Note that ``\b`` is defined as the boundary between ``\w`` and ``\W``, so the
323323
precise set of characters deemed to be alphanumeric depends on the values of the
324324
``UNICODE`` and ``LOCALE`` flags. Inside a character range, ``\b`` represents
325325
the backspace character, for compatibility with Python's string literals.

0 commit comments

Comments
 (0)