From 572abce36dbfba71e72c2bb81bca7d5a88e47d5e Mon Sep 17 00:00:00 2001 From: barneygale Date: Sat, 29 Jun 2024 18:33:55 +0100 Subject: [PATCH] [3.12] GH-119054: Fix pathlib docs subtitle word order 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 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()