Commit 5d1f00cd authored by Nils Goroll's avatar Nils Goroll

fix doc nit

parent 7e9b3177
Pipeline #423 skipped
......@@ -131,7 +131,7 @@ Description
The optional parameters ``limit`` and ``limit_recursion`` are
per-object defaults for the respective parameters of the
`func_regex.match`_ and `func_match_dyn`_ mehods.
`func_regex.match`_ method.
Example
``new myregex = re.regex("\bmax-age\s*=\s*(\d+)");``
......
......@@ -102,7 +102,7 @@ Description
The optional parameters ``limit`` and ``limit_recursion`` are
per-object defaults for the respective parameters of the
`func_regex.match`_ and `func_match_dyn`_ mehods.
`func_regex.match`_ method.
Example
``new myregex = re.regex("\bmax-age\s*=\s*(\d+)");``
......
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