README.rst formatting fixes

Minor fixes for formatting
This commit is contained in:
Ian Wienand 2018-06-05 11:54:12 +10:00
parent 2bb567c24e
commit 52734ec18e

View File

@ -32,5 +32,5 @@ The core of ``afsmon`` should suitable for use in other contexts.
fs = afsmon.FileServerStats('hostname')
fs.get_stats()
The ``fs`` object now contains all available information for the
server, partitions and volumes.
The ``fs`` object now contains a ``FileServerStats`` with all
available information for the server, partitions and volumes.