Fix typo in abstract (extra 'a')

This commit is contained in:
Guido van Rossum 2017-12-04 11:33:39 -08:00
parent 21ed60fb06
commit 9504eb96c8
1 changed files with 1 additions and 1 deletions

View File

@ -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.