PEP 559: Fix typo in my name

This commit is contained in:
Nick Coghlan 2017-09-11 13:04:07 +10:00 committed by GitHub
parent 8396bb4fd2
commit 6fe422400a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ you return ``7`` or ``((7,), {})``? And so on.
The author claims that you won't ever need the return value of ``noop()`` so
it will always return ``None``.
Coghlin's Dialogs (edited for formatting):
Coghlan's Dialogs (edited for formatting):
My counterargument to this would be ``map(noop, iterable)``,
``sorted(iterable, key=noop)``, etc. (``filter``, ``max``, and