Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)

This commit is contained in:
Facundo Batista 2020-08-13 17:33:56 -03:00 committed by GitHub
parent 474652fe93
commit a3eae43aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)