From 671f2a774701d1e12b3eb48d1450354c9402dbed Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Thu, 13 Aug 2020 17:33:56 -0300 Subject: [PATCH] Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21851) (cherry picked from commit a3eae43aeedb6e6a31adeab3c0c90961d05ab113) Co-authored-by: Facundo Batista --- Doc/library/pathlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 6df352f0e391320..ebaedd835425c86 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)