Commit a83014a0 authored by Geoff Simmons's avatar Geoff Simmons

Typo

parent e722851a
...@@ -1689,7 +1689,7 @@ Example:: ...@@ -1689,7 +1689,7 @@ Example::
# The following are always true: # The following are always true:
re2.quotemeta("1.5-2.0?") == "1\.5\-2\.0\?" re2.quotemeta("1.5-2.0?") == "1\.5\-2\.0\?"
re2.match(re2.quotemeta("1.5-2.0?"), "1.5-2.0?" re2.match(re2.quotemeta("1.5-2.0?"), "1.5-2.0?")
.. _func_version: .. _func_version:
......
...@@ -1373,7 +1373,7 @@ Example:: ...@@ -1373,7 +1373,7 @@ Example::
# The following are always true: # The following are always true:
re2.quotemeta("1.5-2.0?") == "1\.5\-2\.0\?" re2.quotemeta("1.5-2.0?") == "1\.5\-2\.0\?"
re2.match(re2.quotemeta("1.5-2.0?"), "1.5-2.0?" re2.match(re2.quotemeta("1.5-2.0?"), "1.5-2.0?")
$Function STRING version() $Function STRING version()
......
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