]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update error message in _zoneinfo.py to use f-string (GH-20577)
authoraboddie <64019758+aboddie@users.noreply.github.com>
Wed, 3 Jun 2020 14:18:19 +0000 (10:18 -0400)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 14:18:19 +0000 (07:18 -0700)
commit5b9fbbabacca0378755fd9cadc4a7cc01a71eaef
tree726e52ec89a4aa7b5db95473dd17b982c6a03ef9
parentdf773f8c5454acebe08c31e7308597fa5a8bf5df
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.
Lib/zoneinfo/_zoneinfo.py