]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in `uuid.rst` (#108809)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 2 Sep 2023 10:08:46 +0000 (13:08 +0300)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2023 10:08:46 +0000 (10:08 +0000)
Doc/library/uuid.rst

index b78e74b4e04f1cd04f5564dd86b5782e6d058d4c..d2ada7f471a752d2f72c4b629f3c0c143acfb1b1 100644 (file)
@@ -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.