Skip to content

Commit c9a725c

Browse files
committed
Merge pull request yidao620c#50 from LxMit/patch-1
错字纠正
2 parents 5ea3ea6 + d20d252 commit c9a725c

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)