summaryrefslogtreecommitdiff
path: root/systemd/_daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/_daemon.c')
-rw-r--r--systemd/_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/_daemon.c b/systemd/_daemon.c
index 47ef625..ba5dfc9 100644
--- a/systemd/_daemon.c
+++ b/systemd/_daemon.c
@@ -43,7 +43,7 @@ PyDoc_STRVAR(module__doc__,
PyDoc_STRVAR(booted__doc__,
"booted() -> bool\n\n"
"Return True iff this system is running under systemd.\n"
- "Wraps sd_daemon_booted(3)."
+ "Wraps sd_booted(3)."
);
static PyObject* booted(PyObject *self, PyObject *args) {