diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-28 19:32:31 -0500 |
|---|---|---|
| committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-05 14:19:17 -0400 |
| commit | 3223d0b21fdb35829a6ba206eddb6339bf9ba73a (patch) | |
| tree | 3598f347fa10286f24625dfb3b50054859904922 /systemd/docs | |
| parent | 4a3c9f4286768502d060d27a64e0478ca2ad5e83 (diff) | |
| download | python-systemd-3223d0b21fdb35829a6ba206eddb6339bf9ba73a.tar.gz | |
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.
Diffstat (limited to 'systemd/docs')
| -rw-r--r-- | systemd/docs/journal.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
