From: Sergey Fedoseev Date: Sun, 25 Apr 2021 21:24:41 +0000 (+0500) Subject: Remove mention of dst parameter from description of os.lstat() (GH-24704) X-Git-Tag: v3.10.0b1~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f8e072c6dc88d6973d81f8fd572c04c88e7e3d7;p=thirdparty%2FPython%2Fcpython.git Remove mention of dst parameter from description of os.lstat() (GH-24704) It looks like it was accidentally copy-pasted in 6fa7aada9bd3616e0beeb266e818497b2ec1c859. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 41ef50d342df..574aa2e6471a 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