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
  • Loading branch information
facundobatista authored and shihai1991 committed Aug 20, 2020
1 parent 6b1f82c commit 465d841
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 465d841

Please sign in to comment.