Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69db2db

Browse files
author
Victor Stinner
committed
Fix typo in the os doc: lremoveattr => lremovexattr
1 parent 9d663d0 commit 69db2db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,9 +1658,9 @@ Files and Directories
16581658
.. versionadded:: 3.3
16591659

16601660

1661-
.. function:: lremoveattr(path, attr)
1661+
.. function:: lremovexattr(path, attr)
16621662

1663-
This works exactly like :func:`removeattr` but doesn't follow symlinks.
1663+
This works exactly like :func:`removexattr` but doesn't follow symlinks.
16641664

16651665
Availability: Linux
16661666

0 commit comments

Comments
 (0)