]> granicus.if.org Git - python/commitdiff
Fix typo in the os doc: lremoveattr => lremovexattr
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 13 Oct 2011 22:07:53 +0000 (00:07 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 13 Oct 2011 22:07:53 +0000 (00:07 +0200)
Doc/library/os.rst

index 919077589a03bbdf7aad21a743b4d6ba2114c3b8..a07071fa252d43932c0fda1545891d37c76b403c 100644 (file)
@@ -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