Skip to content

Commit

Permalink
Clarify RPC item docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Mar 12, 2018
1 parent 44a584a commit 4d0871a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/rpc.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. currentmodule:: aiorpcx

rpc
===
RPC items
=========

The :mod:`rpc` module defines some RPC object classes that will be
returned by other APIs in :mod:`aiorpcX`. You should not instantiate
these objects directly.
The :mod:`aiorpcx` module defines some classes, instances of which
will be returned by some of its APIs. You should not need to
instantiate these objects directly.

An instance of one of these classes is called an :dfn:`item`.

Expand Down

0 comments on commit 4d0871a

Please sign in to comment.