mirror of https://github.com/python/cpython
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
This commit is contained in:
parent
474652fe93
commit
a3eae43aee
|
@ -1134,7 +1134,7 @@ call fails (for example because the path doesn't exist).
|
|||
|
||||
Create a hard link pointing to a path named *target*.
|
||||
|
||||
.. versionchanged:: 3.8
|
||||
.. versionadded:: 3.8
|
||||
|
||||
|
||||
.. method:: Path.write_bytes(data)
|
||||
|
|
Loading…
Reference in New Issue