commit | 1fa7682c268820f3860579c39527f6878173ec6b | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Dec 06 23:31:36 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Dec 06 23:31:36 2010 +0000 |
tree | aa5fded3f386649aa0182918cae4e31c8edc9524 | |
parent | 7c23ea2e88777798fcf1ca6d20c6cbbd8c1cacec [diff] [blame] |
Note improvements to the docs.
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 @@ The string passed to :meth:`~regex.match` or :meth:`~regex.search`. -Examples --------- +.. _re-examples: + +Regular Expression Examples +--------------------------- Checking For a Pair