From 2c72ecfe8b49cbc55874821cd543ba06ae06c33a Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 29 Jun 2008 18:01:09 +0200 Subject: [PATCH] Update the dolink parameter name --- xattr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xattr.c b/xattr.c index d9782bc..b465f07 100644 --- a/xattr.c +++ b/xattr.c @@ -120,11 +120,11 @@ static char __get_all_doc__[] = " attributes; for example, querying all user attributes can be" " accomplished by passing namespace=L{NS_USER}\n" "@type namespace: string\n" - "@keyword noderef: if passed and true, if the target file is a symbolic" + "@keyword nofollow: if passed and true, if the target file is a symbolic" " link," " the attributes for the link itself will be returned, instead of the" " attributes of the target\n" - "@type noderef: boolean\n" + "@type nofollow: boolean\n" "@return: list of tuples (name, value)\n" ; @@ -139,7 +139,7 @@ get_all(PyObject *self, PyObject *args, PyObject *keywds) char *s; size_t nalloc, nlist, nval; PyObject *mylist; - static char *kwlist[] = {"item", "noderef", "namespace", NULL}; + static char *kwlist[] = {"item", "nofollow", "namespace", NULL}; /* Parse the arguments */ if (!PyArg_ParseTupleAndKeywords(args, keywds, "O|iz", kwlist, -- 2.39.2