From: Georg Brandl Date: Mon, 21 Jan 2008 17:17:00 +0000 (+0000) Subject: Fix old link. X-Git-Tag: v2.6a1~482 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af67f303d8077b3b08e4baa03feae5f618fae757;p=thirdparty%2FPython%2Fcpython.git Fix old link. --- diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst index e237e6cfa657..cfcae31174f9 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 `_ 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 |