Skip to content

Commit

Permalink
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (
Browse files Browse the repository at this point in the history
pythonGH-21851)

(cherry picked from commit a3eae43)

Co-authored-by: Facundo Batista <facundo@taniquetil.com.ar>
  • Loading branch information
facundobatista authored and miss-islington committed Aug 13, 2020
1 parent 3dd1153 commit 8ea6b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ea6b36

Please sign in to comment.