Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tzdata: Python package providing IANA time zone data
This is a Python package containing ``zic``-compiled binaries for the IANA time
zone database. It is intended to be a fallback for systems that do not have
system time zone data installed (or don't have it installed in a standard
location), as a part of `PEP 615 <https://www.python.org/dev/peps/pep-0615/>`_
location), as a part of `PEP 615 <https://www.python.org/dev/peps/pep-0615/>`_.

This repository generates a ``pip``-installable package, published on PyPI as
`tzdata <https://pypi.org/project/tzdata>`_.
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ tzdata: Python package providing IANA time zone data
This is a Python package containing ``zic``-compiled binaries for the IANA time
zone database. It is intended to be a fallback for systems that do not have
system time zone data installed (or don't have it installed in a standard
location), as a part of `PEP 615 <https://www.python.org/dev/peps/pep-0615/>`_
location), as a part of `PEP 615 <https://www.python.org/dev/peps/pep-0615/>`_.

This repository generates a ``pip``-installable package, published on PyPI as
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Saying "this repository" on tzdata.p.o is a little confusing IMO.

The `python/tzdata <https://github.com/python/tzdata>`_ repository generates a
``pip``-installable package, published on PyPI as
`tzdata <https://pypi.org/project/tzdata>`_.

Overview
Expand Down
Loading