[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.
This commit is contained in:
Barney Gale 2024-06-29 18:50:01 +01:00 committed by GitHub
parent 22dfecf1f5
commit d6eff187b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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