diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/os.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 9190775..a07071f 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 |