]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] GH-119054: Fix pathlib docs subtitle word order (#121167)
authorBarney Gale <barney.gale@gmail.com>
Sat, 29 Jun 2024 17:50:01 +0000 (18:50 +0100)
committerGitHub <noreply@github.com>
Sat, 29 Jun 2024 17:50:01 +0000 (18:50 +0100)
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.

Doc/library/pathlib.rst

index 21a2841c4dbb1dec4855ed05be629de3956e1c2c..84702c48318025fe5bed128f8d88be575e20ed68 100644 (file)
@@ -1473,7 +1473,7 @@ Renaming and deleting
    Remove this directory.  The directory must be empty.
 
 
-Ownership and permissions
+Permissions and ownership
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 
 .. method:: Path.owner()