summaryrefslogtreecommitdiffstats
path: root/Doc/library/pathlib.rst
diff options
context:
space:
mode:
authorFacundo Batista <facundo@taniquetil.com.ar>2020-08-13 20:33:56 (GMT)
committerGitHub <noreply@github.com>2020-08-13 20:33:56 (GMT)
commita3eae43aeedb6e6a31adeab3c0c90961d05ab113 (patch)
tree90277ecdfaa4d80c7acbd076497fbc6f970311e8 /Doc/library/pathlib.rst
parent474652fe9346382dbf793f20b671eb74668bebde (diff)
downloadcpython-a3eae43aeedb6e6a31adeab3c0c90961d05ab113.zip
cpython-a3eae43aeedb6e6a31adeab3c0c90961d05ab113.tar.gz
cpython-a3eae43aeedb6e6a31adeab3c0c90961d05ab113.tar.bz2
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
Diffstat (limited to 'Doc/library/pathlib.rst')
-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)