From 3d0243bb9ad1c90ef74fe1f4b6f83940c66bba21 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sat, 2 Sep 2023 12:56:13 +0300 Subject: [PATCH] Fix typo in `uuid.rst` --- Doc/library/uuid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index b78e74b4e04f1c..d2ada7f471a752 100644 --- a/Doc/library/uuid.rst +++ b/Doc/library/uuid.rst @@ -119,7 +119,7 @@ which relays any information about the UUID's safety, using this enumeration: - The last 48 bits of the UUID. * - .. attribute:: UUID.time - - The the 60-bit timestamp. + - The 60-bit timestamp. * - .. attribute:: UUID.clock_seq - The 14-bit sequence number.