]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] fix typo in warning (GH-20620) (#25601)
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 25 Apr 2021 19:25:51 +0000 (12:25 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 19:25:51 +0000 (12:25 -0700)
commitd2e2534751fd675c4d5d3adc208bf4fc984da7bf
treee46fc1544f06294cc1de064f1868ebd883381a1f
parent2825f906c7aaa1a34793f628ae30a52ed9e9acb8
[3.9] fix typo in warning (GH-20620) (#25601)

* Add space after period to warning in _tzpath.py

Currently:
InvalidTZPathWarning: Invalid paths specified in PYTHONTZPATH environment variable.Paths should be absolute but found the following relative paths: ...

* Update _tzpath.py
(cherry picked from commit a31cf86bc2d9c0738b2a0251af766d6b247683fc)

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