From d50b9783468d04478d1f5c62affd722b6bc8e8ea Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 9 Apr 2026 18:14:26 +0100 Subject: [PATCH] Fix punctuation in README. --- README.rst | 2 +- docs/index.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8858ff7..a25fcff 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ +location), as a part of `PEP 615 `_. This repository generates a ``pip``-installable package, published on PyPI as `tzdata `_. diff --git a/docs/index.rst b/docs/index.rst index a32815f..6650d84 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_ +location), as a part of `PEP 615 `_. -This repository generates a ``pip``-installable package, published on PyPI as +The `python/tzdata `_ repository generates a +``pip``-installable package, published on PyPI as `tzdata `_. Overview