]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21851...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Aug 2020 20:43:47 +0000 (13:43 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 20:43:47 +0000 (17:43 -0300)
(cherry picked from commit a3eae43aeedb6e6a31adeab3c0c90961d05ab113)

Co-authored-by: Facundo Batista <facundo@taniquetil.com.ar>
Doc/library/pathlib.rst

index 6df352f0e3913206b827a21d4b64eb0c10676f93..ebaedd835425c8654174fcc026c6dbc962b6ef3a 100644 (file)
@@ -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)