Skip to content

Commit e712041

Browse files
authored
Merge pull request yidao620c#187 from Cortez-Zhang/patch-1
Typo in line 13
2 parents b8254f6 + b52b71d commit e712041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c02/p05_search_and_replace_text.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
----------
1111
解决方案
1212
----------
13-
对于简单的字面模式,直接使用 ``str.repalce()`` 方法即可,比如:
13+
对于简单的字面模式,直接使用 ``str.replace()`` 方法即可,比如:
1414

1515
.. code-block:: python
1616

0 commit comments

Comments
 (0)