https://github.com/python/cpython/commit/d6eff187b5c165b60ec6ee0b03680e960f7c6972
commit: d6eff187b5c165b60ec6ee0b03680e960f7c6972
branch: 3.12
author: Barney Gale <[email protected]>
committer: barneygale <[email protected]>
date: 2024-06-29T18:50:01+01:00
summary:
[3.12] GH-119054: Fix pathlib docs subtitle word order (#121167)
When backporting GH-120505 to 3.12, I accidentally transposed
"Permissions and ownership" into "Ownership and permissions".
Swap it back for consistency with 3.13 and main.
files:
M Doc/library/pathlib.rst
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index 21a2841c4dbb1d..84702c48318025 100644
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -1473,7 +1473,7 @@ Renaming and deleting
Remove this directory. The directory must be empty.
-Ownership and permissions
+Permissions and ownership
^^^^^^^^^^^^^^^^^^^^^^^^^
.. method:: Path.owner()
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]