From 8a5dbc346ff8b05afee737bc25bd515a62e93d66 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Tue, 14 Apr 2026 12:37:53 +0200 Subject: [PATCH] PEP 615: Fix Sphinx warnings --- peps/pep-0615.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/peps/pep-0615.rst b/peps/pep-0615.rst index 87bc85f02c2..308c7d4df11 100644 --- a/peps/pep-0615.rst +++ b/peps/pep-0615.rst @@ -930,16 +930,14 @@ References Other time zone implementations: -------------------------------- +* ``dateutil.tz.win``: Concrete time zone implementations wrapping Windows + time zones + https://dateutil.readthedocs.io/en/stable/tzwin.html .. [#dateutil-tz] ``dateutil.tz`` https://dateutil.readthedocs.io/en/stable/tz.html -.. [#dateutil-tzwin] - ``dateutil.tz.win``: Concrete time zone implementations wrapping Windows - time zones - https://dateutil.readthedocs.io/en/stable/tzwin.html - .. [#pytz] ``pytz`` http://pytz.sourceforge.net/