mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
This commit is contained in:
parent
474652fe93
commit
a3eae43aee
1 changed files with 1 additions and 1 deletions
|
|
@ -1134,7 +1134,7 @@ call fails (for example because the path doesn't exist).
|
||||||
|
|
||||||
Create a hard link pointing to a path named *target*.
|
Create a hard link pointing to a path named *target*.
|
||||||
|
|
||||||
.. versionchanged:: 3.8
|
.. versionadded:: 3.8
|
||||||
|
|
||||||
|
|
||||||
.. method:: Path.write_bytes(data)
|
.. method:: Path.write_bytes(data)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue