diff options
author | Facundo Batista <facundo@taniquetil.com.ar> | 2020-08-13 20:33:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 20:33:56 (GMT) |
commit | a3eae43aeedb6e6a31adeab3c0c90961d05ab113 (patch) | |
tree | 90277ecdfaa4d80c7acbd076497fbc6f970311e8 /Doc/library/pathlib.rst | |
parent | 474652fe9346382dbf793f20b671eb74668bebde (diff) | |
download | cpython-a3eae43aeedb6e6a31adeab3c0c90961d05ab113.zip cpython-a3eae43aeedb6e6a31adeab3c0c90961d05ab113.tar.gz cpython-a3eae43aeedb6e6a31adeab3c0c90961d05ab113.tar.bz2 |
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
Diffstat (limited to 'Doc/library/pathlib.rst')
-rw-r--r-- | Doc/library/pathlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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) |