summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-08-13 20:54:48 (GMT)
committerGitHub <noreply@github.com>2020-08-13 20:54:48 (GMT)
commit7fcd515c353dabf645fe34b7806ab17feac22957 (patch)
treeadfcd75f705d58a339f4eae042a29fa66156e1e6
parent3dd1153b9963cc7fc74ba2fa5bf2be46f154c613 (diff)
downloadcpython-7fcd515c353dabf645fe34b7806ab17feac22957.zip
cpython-7fcd515c353dabf645fe34b7806ab17feac22957.tar.gz
cpython-7fcd515c353dabf645fe34b7806ab17feac22957.tar.bz2
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 <facundo@taniquetil.com.ar>
-rw-r--r--Doc/library/pathlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index f705d15..04810f5 100644
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -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)