Commit 69db2dbc authored by Victor Stinner's avatar Victor Stinner

Fix typo in the os doc: lremoveattr => lremovexattr

parent 9d663d07
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment