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
another typo
  • Loading branch information
AlexWaygood authored Sep 2, 2023
commit 1dfcbafeea99bddf2e55b232a1a802e90a067153
2 changes: 1 addition & 1 deletion Doc/library/uuid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ which relays any information about the UUID's safety, using this enumeration:
- Meaning

* - .. attribute:: UUID.time_low
- The next 32 bits of the UUID.
- The first 32 bits of the UUID.

* - .. attribute:: UUID.time_mid
- The next 16 bits of the UUID.
Expand Down
0