diff --git a/pep-0562.rst b/pep-0562.rst index b7470b5af..083791906 100644 --- a/pep-0562.rst +++ b/pep-0562.rst @@ -13,7 +13,7 @@ Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151033.ht 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.