diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-08-13 20:43:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 20:43:47 (GMT) |
commit | e05f20b371ec8be939c0f79ef324dbc65bd56ecd (patch) | |
tree | c35120571ae9a841d1d20f79b73e587c9ed98f95 /Doc/library | |
parent | 43b3e4c32976bf069241ad8bb174929a816ee7ba (diff) | |
download | cpython-e05f20b371ec8be939c0f79ef324dbc65bd56ecd.zip cpython-e05f20b371ec8be939c0f79ef324dbc65bd56ecd.tar.gz cpython-e05f20b371ec8be939c0f79ef324dbc65bd56ecd.tar.bz2 |
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21851) (#21866)
(cherry picked from commit a3eae43aeedb6e6a31adeab3c0c90961d05ab113)
Co-authored-by: Facundo Batista <facundo@taniquetil.com.ar>
Diffstat (limited to 'Doc/library')
-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 6df352f..ebaedd8 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -1078,7 +1078,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) |