Skip to content

Commit 5ae7d0c

Browse files
committed
小修改
1 parent ce4076a commit 5ae7d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c08/p17_create_instance_without_invoking_init_method.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
讨论
5252
----------
5353
当我们在反序列对象或者实现某个类方法构造函数时需要绕过 ``__init__()`` 方法来创建对象。
54-
例如,对于上面的Date来来讲,有时候你可能会像下面这样定义一个新的构造函数 ``today()`` :
54+
例如,对于上面的Date来讲,有时候你可能会像下面这样定义一个新的构造函数 ``today()`` :
5555

5656
.. code-block:: python
5757

0 commit comments

Comments
 (0)