systemd-python: fix typos

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-03-07 15:27:30 -05:00
parent 2cc8d9731a
commit 516424a411
1 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ static PyObject* Reader_reliable_fd(Reader *self, PyObject *args)
}
PyDoc_STRVAR(Reader_close__doc__,
"reliable_fd() -> None\n\n"
"close() -> None\n\n"
"Free resources allocated by this Reader object.\n"
"This method invokes sd_journal_close().\n"
"See man:sd_journal_close(3).");
@ -428,7 +428,7 @@ static PyObject* Reader_seek_head(Reader *self, PyObject *args)
PyDoc_STRVAR(Reader_seek_tail__doc__,
"seek_tail() -> None\n\n"
"Jump to the beginning of the journal.\n"
"Jump to the end of the journal.\n"
"This method invokes sd_journal_seek_tail().\n"
"See man:sd_journal_seek_tail(3).");
static PyObject* Reader_seek_tail(Reader *self, PyObject *args)