summaryrefslogtreecommitdiff
path: root/systemd/_daemon.c
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-09-03 21:55:33 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-09-04 18:30:10 +0200
commitb71b8b64ebb28ddbf1130e9127f1e9fc5fb6117f (patch)
tree8b7eac8c8d72432fdba2269acf56e7ff9ddf4563 /systemd/_daemon.c
parentf83dea9f8d74da509befb9d1cca269ab1686ab1a (diff)
downloadpython-systemd-b71b8b64ebb28ddbf1130e9127f1e9fc5fb6117f.tar.gz
Fix booted() doc
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) {