8000 [3.11] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) by miss-islington · Pull Request #108808 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.11] gh-101100: Fix sphinx warnings in uuid.rst (GH-108805) #108808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
hugovk authored Sep 2, 2023
commit 21b7b3afe88facb368dca5a8edb5e0239eb8841c
2 changes: 1 addition & 1 deletion Doc/library/uuid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
0