Skip to content

Commit 07682c9

Browse files
Test doctest update
This update triggers doctests and serves no other purpose.
1 parent 165ed68 commit 07682c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/descriptor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ parameter is the class *Directory*.
130130
Managed attributes
131131
------------------
132132

133-
A popular use for descriptors is managing access to instance data. The
133+
A popular use for descriptors is managing access to the instance data. The
134134
descriptor is assigned to a public attribute in the class dictionary while the
135135
actual data is stored as a private attribute in the instance dictionary. The
136136
descriptor's :meth:`__get__` and :meth:`__set__` methods are triggered when

0 commit comments

Comments
 (0)