]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix typo in warning (#20620)
authorAllen <64019758+aboddie@users.noreply.github.com>
Sun, 25 Apr 2021 17:45:05 +0000 (13:45 -0400)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 17:45:05 +0000 (10:45 -0700)
commita31cf86bc2d9c0738b2a0251af766d6b247683fc
tree287ec43740688acf6f0d0c19690caddb56570b01
parenta89d8a94a0dd0bd45349efad6d5ad68641f4ff9a
fix typo in warning (#20620)

* 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
Lib/zoneinfo/_tzpath.py