]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove mention of dst parameter from description of os.lstat() (GH-24704)
authorSergey Fedoseev <fedoseev.sergey@gmail.com>
Sun, 25 Apr 2021 21:24:41 +0000 (02:24 +0500)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 21:24:41 +0000 (14:24 -0700)
It looks like it was accidentally copy-pasted in
6fa7aada9bd3616e0beeb266e818497b2ec1c859.

Doc/library/os.rst

index 41ef50d342df6ebdbbe960fc7c963c588200ebda..574aa2e6471ae4fd6b00e4e3a89340f40afdd4d9 100644 (file)
@@ -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