diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-06 23:31:36 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-06 23:31:36 (GMT) |
commit | 1fa7682c268820f3860579c39527f6878173ec6b (patch) | |
tree | aa5fded3f386649aa0182918cae4e31c8edc9524 /Doc/library/re.rst | |
parent | 7c23ea2e88777798fcf1ca6d20c6cbbd8c1cacec (diff) | |
download | cpython-1fa7682c268820f3860579c39527f6878173ec6b.zip cpython-1fa7682c268820f3860579c39527f6878173ec6b.tar.gz cpython-1fa7682c268820f3860579c39527f6878173ec6b.tar.bz2 |
Note improvements to the docs.
Diffstat (limited to 'Doc/library/re.rst')
-rw-r--r-- | Doc/library/re.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 102cbaa..c627f1a 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -991,8 +991,10 @@ support the following methods and attributes: The string passed to :meth:`~regex.match` or :meth:`~regex.search`. -Examples --------- +.. _re-examples: + +Regular Expression Examples +--------------------------- Checking For a Pair |