We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165ed68 commit 07682c9Copy full SHA for 07682c9
Doc/howto/descriptor.rst
@@ -130,7 +130,7 @@ parameter is the class *Directory*.
130
Managed attributes
131
------------------
132
133
-A popular use for descriptors is managing access to instance data. The
+A popular use for descriptors is managing access to the instance data. The
134
descriptor is assigned to a public attribute in the class dictionary while the
135
actual data is stored as a private attribute in the instance dictionary. The
136
descriptor's :meth:`__get__` and :meth:`__set__` methods are triggered when
0 commit comments