mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +00:00
Fix typo in the os doc: lremoveattr => lremovexattr
This commit is contained in:
parent
9d663d0788
commit
69db2dbcbe
1 changed files with 2 additions and 2 deletions
|
@ -1658,9 +1658,9 @@ Files and Directories
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
||||||
.. function:: lremoveattr(path, attr)
|
.. function:: lremovexattr(path, attr)
|
||||||
|
|
||||||
This works exactly like :func:`removeattr` but doesn't follow symlinks.
|
This works exactly like :func:`removexattr` but doesn't follow symlinks.
|
||||||
|
|
||||||
Availability: Linux
|
Availability: Linux
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue