From 9504eb96c883462bb213613fedbe988f34bea251 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 4 Dec 2017 11:33:39 -0800 Subject: [PATCH] Fix typo in abstract (extra 'a') --- pep-0562.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.