From b71b8b64ebb28ddbf1130e9127f1e9fc5fb6117f Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 3 Sep 2015 21:55:33 +0300 Subject: Fix booted() doc --- systemd/_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') 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) { -- cgit v1.2.1