Skip to content

Commit b71b8b6

Browse files
evverxkeszybz
authored andcommitted
Fix booted() doc
1 parent f83dea9 commit b71b8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd/_daemon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PyDoc_STRVAR(module__doc__,
4343
PyDoc_STRVAR(booted__doc__,
4444
"booted() -> bool\n\n"
4545
"Return True iff this system is running under systemd.\n"
46-
"Wraps sd_daemon_booted(3)."
46+
"Wraps sd_booted(3)."
4747
);
4848

4949
static PyObject* booted(PyObject *self, PyObject *args) {

0 commit comments

Comments
 (0)