Skip to content

Commit e05f20b

Browse files
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21851) (#21866)
(cherry picked from commit a3eae43) Co-authored-by: Facundo Batista <facundo@taniquetil.com.ar>
1 parent 43b3e4c commit e05f20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/pathlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ call fails (for example because the path doesn't exist).
10781078

10791079
Create a hard link pointing to a path named *target*.
10801080

1081-
.. versionchanged:: 3.8
1081+
.. versionadded:: 3.8
10821082

10831083

10841084
.. method:: Path.write_bytes(data)

0 commit comments

Comments
 (0)