added credits to @gwidion

This commit is contained in:
Luciano Ramalho 2021-04-08 14:34:06 -03:00
parent 9e57c4fc9a
commit c6a1da4882
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# This is an implementation of an idea by João S. O. Bueno (@gwidion)
# shared privately with me, with permission to use in Fluent Python 2e.
"""
Testing ``AutoFillDict``::

View File

@ -1,3 +1,6 @@
# This is a simplification of an idea by João S. O. Bueno (@gwidion)
# shared privately with me, with permission to use in Fluent Python 2e.
"""
Testing ``KeyIsValueDict``::