summaryrefslogtreecommitdiffstats
path: root/objects/command-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'objects/command-object.c')
-rw-r--r--objects/command-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects/command-object.c b/objects/command-object.c
index 74f9fc2..ad60012 100644
--- a/objects/command-object.c
+++ b/objects/command-object.c
@@ -38,7 +38,7 @@ static PyObject *PyCommand_new(PyTypeObject *type, PyObject *args, PyObject *kwd
return (PyObject *)self;
}
-/* Getter */
+/* Getters */
PyDoc_STRVAR(PyCommand_cmd_doc,
"Command name"
);