From: Barney Gale Date: Sat, 29 Jun 2024 17:50:01 +0000 (+0100) Subject: [3.12] GH-119054: Fix pathlib docs subtitle word order (#121167) X-Git-Tag: v3.12.5~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6eff187b5c165b60ec6ee0b03680e960f7c6972;p=thirdparty%2FPython%2Fcpython.git [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. --- diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 21a2841c4dbb..84702c483180 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()