mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
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.
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
Accessing the Journal
|
||||
---------------------
|
||||
|
||||
.. autoclass:: _Journal
|
||||
.. autoclass:: _Reader
|
||||
:undoc-members:
|
||||
:inherited-members:
|
||||
|
||||
.. autoclass:: Journal
|
||||
.. autoclass:: Reader
|
||||
:undoc-members:
|
||||
:inherited-members:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user