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

Skip to content

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

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 dade7eec3fcce6968944564be57e7480907a97a0
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