]> granicus.if.org Git - python/commit
Add missing space to warning message (GH-14915) (GH-15379)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Aug 2019 06:30:26 +0000 (23:30 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 22 Aug 2019 06:30:26 +0000 (23:30 -0700)
commit8ede9676bb8350e6d0206158f795d48075e33081
tree4e64d214ef43685fb4b9b366641344360bd54306
parent967d625a6df27fb490f035045ec8fe4675001d63
Add missing space to warning message (GH-14915) (GH-15379)

This typo was introduced in GH-13409 when changing the message text.
(cherry picked from commit c4106af38bbcb180725fe0d9478e6a11f7a5e7b9)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
Lib/collections/__init__.py