From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 13 Aug 2020 20:43:47 +0000 (-0700) Subject: Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21851... X-Git-Tag: v3.8.6rc1~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e05f20b371ec8be939c0f79ef324dbc65bd56ecd;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 6df352f0e391..ebaedd835425 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)