From: Zbigniew Jędrzejewski-Szmek Date: Thu, 7 Mar 2013 20:27:30 +0000 (-0500) Subject: systemd-python: fix typos X-Git-Tag: v198~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=516424a411925d8141e1f72422f85ffb1639d5ea systemd-python: fix typos --- diff --git a/src/python-systemd/_reader.c b/src/python-systemd/_reader.c index 42029abd4..52e6b1c7a 100644 --- a/src/python-systemd/_reader.c +++ b/src/python-systemd/_reader.c @@ -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)