Fix Python docstrings
[samba.git] / source4 / librpc / ndr / py_security.c
index b5531d5830433cd9e717fd6e5a535330a5f9264d..e79e717081218bf3856c5e67db8b33c352be5533 100644 (file)
@@ -447,7 +447,7 @@ static PyMethodDef py_token_extra_methods[] = {
        { "has_sid", (PyCFunction)py_token_has_sid, METH_VARARGS,
                NULL },
        { "is_anonymous", (PyCFunction)py_token_is_anonymous, METH_NOARGS,
-               "S.is_anonymus() -> bool\n"
+               "S.is_anonymous() -> bool\n"
                "Check whether this is an anonymous token." },
        { "is_system", (PyCFunction)py_token_is_system, METH_NOARGS,
                NULL },