mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix old link.
This commit is contained in:
parent
0751d1ad2a
commit
af67f303d8
1 changed files with 2 additions and 3 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue