Skip to content

Commit 1a2acd0

Browse files
committed
Merge pull request yidao620c#56 from LxMit/patch-7
错字纠正
2 parents fdd9869 + fdd614d commit 1a2acd0

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)