From d6eff187b5c165b60ec6ee0b03680e960f7c6972 Mon Sep 17 00:00:00 2001 From: Barney Gale Date: Sat, 29 Jun 2024 18:50:01 +0100 Subject: [PATCH] [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. --- Doc/library/pathlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 21a2841c4db..84702c48318 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()