Skip to content

Commit a3eae43

Browse files
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
1 parent 474652f commit a3eae43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pathlib.rst

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

11351135
Create a hard link pointing to a path named *target*.
11361136

1137-
.. versionchanged:: 3.8
1137+
.. versionadded:: 3.8
11381138

11391139

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

0 commit comments

Comments
 (0)