diff options
Diffstat (limited to 'Lib/pre.py')
-rw-r--r-- | Lib/pre.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # module 're' -- A collection of regular expression operations -"""Support for regular expressions (RE). +r"""Support for regular expressions (RE). This module provides regular expression matching operations similar to those found in Perl. It's 8-bit clean: the strings being processed may |