From a64c9488ac3864e570c07cbc1875601747f3b951 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 9 Aug 2025 14:42:25 +0200 Subject: [PATCH] [3.13] gh-137499: Fixed dead link to NIST website (GH-137500) (#137501) Co-authored-by: tobiasjcat <70606111+tobiasjcat@users.noreply.github.com> Co-authored-by: Senthil Kumaran --- Doc/library/time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/time.rst b/Doc/library/time.rst index df9be68bf4f6..b05c0a312dbe 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -935,7 +935,7 @@ These constants are used as parameters for :func:`clock_getres` and .. data:: CLOCK_TAI - `International Atomic Time `_ + `International Atomic Time `_ The system must have a current leap second table in order for this to give the correct answer. PTP or NTP software can maintain a leap second table. -- 2.47.2