Skip to content

Commit 02e8400

Browse files
committed
错别字更正
1 parent a2bc0d9 commit 02e8400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c08/p09_create_new_kind_of_class_or_instance_attribute.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
self.x = x
5050
self.y = y
5151
52-
当你这样做后,所有队描述器属性(比如x或y)的访问会被
52+
当你这样做后,所有对描述器属性(比如x或y)的访问会被
5353
``__get__()`` 、``__set__()`` 和 ``__delete__()`` 方法捕获到。例如:
5454

5555
.. code-block:: python

0 commit comments

Comments
 (0)