Skip to content

Commit 43389e4

Browse files
Fix typo in datamodel.rst (#106587)
1 parent abe4ca5 commit 43389e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ access (use of, assignment to, or deletion of ``x.name``) for class instances.
16251625
:meth:`__getattr__` and :meth:`__setattr__`.) This is done both for efficiency
16261626
reasons and because otherwise :meth:`__getattr__` would have no way to access
16271627
other attributes of the instance. Note that at least for instance variables,
1628-
you can fake total control by not inserting any values in the instance attribute
1628+
you can take total control by not inserting any values in the instance attribute
16291629
dictionary (but instead inserting them in another object). See the
16301630
:meth:`__getattribute__` method below for a way to actually get total control
16311631
over attribute access.

0 commit comments

Comments
 (0)