Fix typo in the os doc: lremoveattr => lremovexattr
This commit is contained in:
parent
9d663d0788
commit
69db2dbcbe
|
@ -1658,9 +1658,9 @@ Files and Directories
|
|||
.. 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue