Update the docstring for apply() so that "args" is marked as optional

(since it is).
This commit is contained in:
Fred Drake 2001-01-12 17:05:05 +00:00
parent 1cc8f83666
commit f1fbc62a8c

View file

@ -92,7 +92,7 @@ builtin_apply(PyObject *self, PyObject *args)
}
static char apply_doc[] =
"apply(object, args[, kwargs]) -> value\n\
"apply(object[, args[, kwargs]]) -> value\n\
\n\
Call a callable object with positional arguments taken from the tuple args,\n\
and keyword arguments taken from the optional dictionary kwargs.\n\