summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2021-04-25 21:24:41 (GMT)
committerGitHub <noreply@github.com>2021-04-25 21:24:41 (GMT)
commit7f8e072c6dc88d6973d81f8fd572c04c88e7e3d7 (patch)
tree4a47274d749084dc3ed55c109be688fe7d931d9d /Doc/library/os.rst
parenta1a5e3c4c83c3e3fe24c96ae22dfdedc7e23a1bb (diff)
downloadcpython-7f8e072c6dc88d6973d81f8fd572c04c88e7e3d7.zip
cpython-7f8e072c6dc88d6973d81f8fd572c04c88e7e3d7.tar.gz
cpython-7f8e072c6dc88d6973d81f8fd572c04c88e7e3d7.tar.bz2
Remove mention of dst parameter from description of os.lstat() (GH-24704)
It looks like it was accidentally copy-pasted in 6fa7aada9bd3616e0beeb266e818497b2ec1c859.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 41ef50d..574aa2e 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2027,7 +2027,7 @@ features:
Added the *dir_fd* parameter.
.. versionchanged:: 3.6
- Accepts a :term:`path-like object` for *src* and *dst*.
+ Accepts a :term:`path-like object`.
.. versionchanged:: 3.8
On Windows, now opens reparse points that represent another path