commit | a31cf86bc2d9c0738b2a0251af766d6b247683fc | [log] [tgz] |
---|---|---|
author | Allen <64019758+aboddie@users.noreply.github.com> | Sun Apr 25 13:45:05 2021 -0400 |
committer | GitHub <noreply@github.com> | Sun Apr 25 10:45:05 2021 -0700 |
tree | 287ec43740688acf6f0d0c19690caddb56570b01 | |
parent | a89d8a94a0dd0bd45349efad6d5ad68641f4ff9a [diff] |
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