Skip to content

Commit

Permalink
FIxed docstring of Bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jul 23, 2014
1 parent 8645b10 commit bd4f764
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circuits/core/bridge.py
Expand Up @@ -15,8 +15,7 @@
When the Bridge is created, it will automatically attempt to send a
Hello Event to any configured nodes or on a broadcast address if no
nodes are initially configured. The default Bridge implementation
uses the UDP protocol and as such events cannot be guaranteed of their
order or delivery.
uses bidirectional pipes for high speec inter-process communications.
"""

try:
Expand Down

0 comments on commit bd4f764

Please sign in to comment.