From 3223d0b21fdb35829a6ba206eddb6339bf9ba73a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 28 Feb 2013 19:32:31 -0500 Subject: python-systemd: rename Journal to Reader It seems inevitable that we'll also grow a writing interface, and then it'll be cumbersome to have a "Journal" for reading, and a "Writer" for writing. --- systemd/docs/journal.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systemd/docs') diff --git a/systemd/docs/journal.rst b/systemd/docs/journal.rst index 38ab57e..78b831a 100644 --- a/systemd/docs/journal.rst +++ b/systemd/docs/journal.rst @@ -13,11 +13,11 @@ Accessing the Journal --------------------- -.. autoclass:: _Journal +.. autoclass:: _Reader :undoc-members: :inherited-members: -.. autoclass:: Journal +.. autoclass:: Reader :undoc-members: :inherited-members: -- cgit v1.2.1