We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8254f6 commit b52b71dCopy full SHA for b52b71d
source/c02/p05_search_and_replace_text.rst
@@ -10,7 +10,7 @@
10
----------
11
解决方案
12
13
-对于简单的字面模式,直接使用 ``str.repalce()`` 方法即可,比如:
+对于简单的字面模式,直接使用 ``str.replace()`` 方法即可,比如:
14
15
.. code-block:: python
16
0 commit comments