From 69db2dbcbefbf8a67e8f24059ffb4c1fdb261ad2 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 14 Oct 2011 00:07:53 +0200 Subject: Fix typo in the os doc: lremoveattr => lremovexattr --- Doc/library/os.rst | 4 ++-- 1 file 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 -- cgit v0.12