Skip to content

Commit c4d15e6

Browse files
committed
Update p06_search_replace_case_insensitive.rst
1 parent bdad86f commit c4d15e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c02/p06_search_replace_case_insensitive.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'UPPER SNAKE, lower snake, Mixed Snake'
4848
>>>
4949
50-
译者注: ``matchcase('snake')`` 返回了一个回调函数(参数必须是 ``match`` 对象),前面一节一节提到过
50+
译者注: ``matchcase('snake')`` 返回了一个回调函数(参数必须是 ``match`` 对象),前面一节提到过
5151
``sub()`` 函数除了接受替换字符串外,还能接受一个回调函数。
5252

5353
----------

0 commit comments

Comments
 (0)