diff options
Diffstat (limited to 'Doc/library/re.rst')
-rw-r--r-- | Doc/library/re.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst index ceb7959..18d5596 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -3,9 +3,13 @@ .. module:: re :synopsis: Regular expression operations. + .. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com> .. sectionauthor:: Andrew M. Kuchling <amk@amk.ca> +**Source code:** :source:`Lib/re.py` + +-------------- This module provides regular expression matching operations similar to those found in Perl. |