Fix typo in abstract (extra 'a')
This commit is contained in:
parent
21ed60fb06
commit
9504eb96c8
|
@ -13,7 +13,7 @@ Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151033.ht
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
It is proposed to support a ``__getattr__`` and ``__dir__`` functions defined
|
It is proposed to support ``__getattr__`` and ``__dir__`` function defined
|
||||||
on modules to provide basic customization of module attribute access.
|
on modules to provide basic customization of module attribute access.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue