]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update error message in _zoneinfo.py to use f-string (GH-20577)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Jun 2020 15:09:49 +0000 (08:09 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 15:09:49 +0000 (08:09 -0700)
commita125561397c80a30db74f6ac289781fb53af9196
treef5ae9f9a2786f57106a61b64bda8005bfb0065f6
parent74a1fceeb61212a24608eab8266f64c6b22679a6
Update error message in _zoneinfo.py to use f-string (GH-20577)

Inline with the rest of the file, updated error message to use f-string.
(cherry picked from commit 5b9fbbabacca0378755fd9cadc4a7cc01a71eaef)

Co-authored-by: aboddie <64019758+aboddie@users.noreply.github.com>
Lib/zoneinfo/_zoneinfo.py