Skip to content

Commit 7f8e072

Browse files
authored
Remove mention of dst parameter from description of os.lstat() (GH-24704)
It looks like it was accidentally copy-pasted in 6fa7aad.
1 parent a1a5e3c commit 7f8e072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ features:
20272027
Added the *dir_fd* parameter.
20282028

20292029
.. versionchanged:: 3.6
2030-
Accepts a :term:`path-like object` for *src* and *dst*.
2030+
Accepts a :term:`path-like object`.
20312031

20322032
.. versionchanged:: 3.8
20332033
On Windows, now opens reparse points that represent another path

0 commit comments

Comments
 (0)