Reformat docstrings to work better with epydoc.
[pdm.git] / pdm / __init__.py
index 383b2e1..b3cce04 100644 (file)
@@ -7,22 +7,22 @@ process.
 
 This package contains the following modules:
 
* srv -- Server module
* cli -- Client module
* perf -- Library for implementing object for the PERF protocol
- srv -- Server module
- cli -- Client module
- perf -- Library for implementing object for the PERF protocol
 
 The protocol allows multiple management subprotocols for different
 modes of operation. Currently, the following two management protocols
 are supported.
 
* The REPL protocol implements a simple read-eval-print loop which
- The REPL protocol implements a simple read-eval-print loop which
    accepts arbitrary Python code, executes it in the daemon process,
    and returns its replies, all in text form. The protocol is simple,
    generic, and has few failure modes, but is hardly suitable for
    programmatic interaction. See the documentation for pdm.srv.repl
    and pdm.cli.replclient for further details.
 
* The PERF protocol is intended for programmatic interaction with the
- The PERF protocol is intended for programmatic interaction with the
    daemon process. Various Python modules may expose objects that
    implement one or several of a few pre-defined interfaces that allow
    for various forms of inspection and management of the program