Fix typo in the os doc: lremoveattr => lremovexattr
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 @@
    .. 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