Fix minor grammatical/typographical issues.
This commit is contained in:
parent
fb086746da
commit
da726ba476
|
@ -23,7 +23,7 @@ Rationale
|
|||
=========
|
||||
|
||||
Peeking in the class ``__dict__`` works for regular classes, but can
|
||||
cause problems when a class dynamicly looks up attributes in a
|
||||
cause problems when a class dynamically looks up attributes in a
|
||||
``__getattribute__`` method.
|
||||
|
||||
This new hook makes it possible to affect attribute lookup for both normal
|
||||
|
|
Loading…
Reference in New Issue