]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
authorFacundo Batista <facundo@taniquetil.com.ar>
Thu, 13 Aug 2020 20:33:56 +0000 (17:33 -0300)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 20:33:56 +0000 (17:33 -0300)
Doc/library/pathlib.rst

index f705d15b8d4f1a98334ab515512f47a9e88673d9..04810f5204397bea455876858db64569b644e970 100644 (file)
@@ -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)