diff options
-rw-r--r-- | doc/manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index d7ac251..0237b44 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -414,7 +414,7 @@ new The function compiles regular expression *patt* into a regular expression object whose internal representation is corresponding to the library used. The returned -result then can be used by the methods, e.g. ``tfind``_, ``exec``_, etc. Regular +result then can be used by the methods, e.g. `tfind`_, `exec`_, etc. Regular expression objects are automatically garbage collected. See the library-specific documentation below for details of the library-specific arguments *larg...*, if any. |