mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix typos in multiple files (GH-26689)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
736ed6f7a9
commit
17b16e13bb
24 changed files with 1023 additions and 1023 deletions
|
|
@ -158,7 +158,7 @@ class DynamicClassAttribute:
|
|||
attributes on the class with the same name. (Enum used this between Python
|
||||
versions 3.4 - 3.9 .)
|
||||
|
||||
Subclass from this to use a different method of accessing virtual atributes
|
||||
Subclass from this to use a different method of accessing virtual attributes
|
||||
and still be treated properly by the inspect module. (Enum uses this since
|
||||
Python 3.10 .)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue