commit | a3eae43aeedb6e6a31adeab3c0c90961d05ab113 | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundo@taniquetil.com.ar> | Thu Aug 13 17:33:56 2020 -0300 |
committer | GitHub <noreply@github.com> | Thu Aug 13 17:33:56 2020 -0300 |
tree | 90277ecdfaa4d80c7acbd076497fbc6f970311e8 | |
parent | 474652fe9346382dbf793f20b671eb74668bebde [diff] [blame] |
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index f705d15..04810f5 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst
@@ -1134,7 +1134,7 @@ Create a hard link pointing to a path named *target*. - .. versionchanged:: 3.8 + .. versionadded:: 3.8 .. method:: Path.write_bytes(data)