Commit aebec2b1 authored by Georg Brandl's avatar Georg Brandl

Fix old link.

parent 3963869f
...@@ -335,9 +335,8 @@ Performing Matches ...@@ -335,9 +335,8 @@ Performing Matches
Once you have an object representing a compiled regular expression, what do you Once you have an object representing a compiled regular expression, what do you
do with it? :class:`RegexObject` instances have several methods and attributes. do with it? :class:`RegexObject` instances have several methods and attributes.
Only the most significant ones will be covered here; consult `the Library Only the most significant ones will be covered here; consult the :mod:`re` docs
Reference <http://www.python.org/doc/lib/module-re.html>`_ for a complete for a complete listing.
listing.
+------------------+-----------------------------------------------+ +------------------+-----------------------------------------------+
| Method/Attribute | Purpose | | Method/Attribute | Purpose |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment