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
+1 -1
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)