Skip to content

Commit

Permalink
small comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 6, 2018
1 parent 9d02399 commit 1c2c7a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/appier/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4758,8 +4758,8 @@ def _on_peer(self, data = None):
a new peer is received on the currently (shared) bus.
:type data: Dictionary
:param data: The map contain the detailed information on the
peer (it should have been send on the "wire").
:param data: The map containing the detailed information on the
peer (it must have been sent on the "wire").
"""

if not data: return
Expand All @@ -4778,7 +4778,7 @@ def _on_self(self, data = None):
targeted for this peer is performed on the shared bus.
:type data: Dictionary
:param data: The map contain the detailed on the request that
:param data: The map containing the details on the request that
has been performed.
"""

Expand Down

0 comments on commit 1c2c7a0

Please sign in to comment.