commit | dd05c2054fbed84baf87a707d3c77e0cc74ed82c | [log] [tgz] |
---|---|---|
author | Nikita Sobolev <mail@sobolevn.me> | Sat Sep 02 13:08:46 2023 +0300 |
committer | GitHub <noreply@github.com> | Sat Sep 02 10:08:46 2023 +0000 |
tree | 514941201900a3264a5e1e0a9dd9b66e36b1a6ee | |
parent | 21da4980f5916e8fd648f04367a9e60d141af366 [diff] |
Fix typo in `uuid.rst` (#108809)
diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index b78e74b..d2ada7f 100644 --- a/Doc/library/uuid.rst +++ b/Doc/library/uuid.rst
@@ -119,7 +119,7 @@ - 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.