]> granicus.if.org Git - python/commit
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Jun 2018 04:25:31 +0000 (21:25 -0700)
committerNed Deily <nad@python.org>
Tue, 12 Jun 2018 04:25:31 +0000 (00:25 -0400)
commit8379b70be2c0a9e3f11cdb694a8faaf5763f99ed
treecbbf40b4debd9821f7927c9f941c66293fc644da
parent941804e8190cb295e4cabb46ae7491da4008e995
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) (GH-7657)

(cherry picked from commit 41254ebd5e4f40a2e095d8aaea60bf3973de4647)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/inspect.py