Commit 0b0b2cc8 authored by Geoff Simmons's avatar Geoff Simmons

Typo

parent 798a37b7
......@@ -1693,7 +1693,7 @@ Example::
# The following are always true:
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:
......
......@@ -1375,7 +1375,7 @@ Example::
# The following are always true:
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()
......
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