Fix typo in the os doc: lremoveattr => lremovexattr

This commit is contained in:
Victor Stinner 2011-10-14 00:07:53 +02:00
parent 9d663d0788
commit 69db2dbcbe
1 changed files with 2 additions and 2 deletions

View File

@ -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