Skip to content

Commit

Permalink
Merge pull request #183 from ChristianTremblay/revert-180-master
Browse files Browse the repository at this point in the history
Revert "documentation fix"
  • Loading branch information
ChristianTremblay authored Jan 11, 2020
2 parents 17335bc + 55ef228 commit 7a208d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BAC0/core/functions/Discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ def whois(self, *args, global_broadcast=False):
Example::
whois(global_broadcast=True) # WhoIs broadcast globally. Every device will respond with an IAm
whois('2:5') # WhoIs looking for the device at (Network 2, Address 5)
whois('10 1000') # WhoIs looking for devices in the ID range (10 - 1000)
whois() # WhoIs broadcast globally. Every device will respond with an IAm
whois('2:5') # WhoIs looking for the device at (Network 2, Address 5)
whois('10 1000') # WhoIs looking for devices in the ID range (10 - 1000)
"""
if not self._started:
Expand Down

0 comments on commit 7a208d4

Please sign in to comment.