From: Nikita Sobolev Date: Sat, 2 Sep 2023 10:08:46 +0000 (+0300) Subject: Fix typo in `uuid.rst` (#108809) X-Git-Tag: v3.13.0a1~650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd05c2054fbed84baf87a707d3c77e0cc74ed82c;p=thirdparty%2FPython%2Fcpython.git Fix typo in `uuid.rst` (#108809) --- diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index b78e74b4e04f..d2ada7f471a7 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.