Skip to content

Commit fdd614d

Browse files
committed
错字纠正
1 parent fcfa700 commit fdd614d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c09/p18_define_classes_programmatically.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Stock = types.new_class('Stock', (), {}, lambda ns: ns.update(cls_dict))
4141
Stock.__module__ = __name__
4242
43-
这种方式会构建一个普通的类对象,并且安照你的期望工作
43+
这种方式会构建一个普通的类对象,并且按照你的期望工作
4444

4545
.. code-block:: python
4646

0 commit comments

Comments
 (0)