diff options
author | Georg Brandl <georg@python.org> | 2008-01-21 17:17:00 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-21 17:17:00 (GMT) |
commit | af67f303d8077b3b08e4baa03feae5f618fae757 (patch) | |
tree | 56d9bcf5533571479d30810ccd26ba21311c95b9 /Doc/howto | |
parent | 0751d1ad2a1c4a66591d1a0208ff1e184c18fbbc (diff) | |
download | cpython-af67f303d8077b3b08e4baa03feae5f618fae757.zip cpython-af67f303d8077b3b08e4baa03feae5f618fae757.tar.gz cpython-af67f303d8077b3b08e4baa03feae5f618fae757.tar.bz2 |
Fix old link.
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/regex.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst index e237e6c..cfcae31 100644 --- a/Doc/howto/regex.rst +++ b/Doc/howto/regex.rst @@ -335,9 +335,8 @@ Performing Matches Once you have an object representing a compiled regular expression, what do you do with it? :class:`RegexObject` instances have several methods and attributes. -Only the most significant ones will be covered here; consult `the Library -Reference <http://www.python.org/doc/lib/module-re.html>`_ for a complete -listing. +Only the most significant ones will be covered here; consult the :mod:`re` docs +for a complete listing. +------------------+-----------------------------------------------+ | Method/Attribute | Purpose | |