diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 919077589a0..a07071fa252 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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