1 parent 811f14e commit 436ead5Copy full SHA for 436ead5
1 file changed
source/c02/p05_search_and_replace_text.rst
@@ -20,7 +20,7 @@
20
>>>
21
22
对于复杂的模式,请使用 ``re`` 模块中的 ``sub()`` 函数。
23
-为了说明这个,假设你想将形式为 ``11/27/201`` 的日期字符串改成 ``2012-11-27`` 。示例如下:
+为了说明这个,假设你想将形式为 ``11/27/2012`` 的日期字符串改成 ``2012-11-27`` 。示例如下:
24
25
.. code-block:: python
26
0 commit comments