We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83dea9 commit b71b8b6Copy full SHA for b71b8b6
systemd/_daemon.c
@@ -43,7 +43,7 @@ PyDoc_STRVAR(module__doc__,
43
PyDoc_STRVAR(booted__doc__,
44
"booted() -> bool\n\n"
45
"Return True iff this system is running under systemd.\n"
46
- "Wraps sd_daemon_booted(3)."
+ "Wraps sd_booted(3)."
47
);
48
49
static PyObject* booted(PyObject *self, PyObject *args) {
0 commit comments