mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[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:
parent
22dfecf1f5
commit
d6eff187b5
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue