Skip to content

Commit

Permalink
fixup doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
xlfe committed Feb 15, 2019
1 parent 9541ca4 commit 5fee0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ PJON_Connection_Lost
>>> #They return the class object, so you can "chain them"
>>> pjon = GlobalUDP(100,8821).set_autoregistration(False)
>>> pjon # doctest: +ELLIPSIS
<__main__.GlobalUDP object at 0x...>
<GlobalUDP object at 0x...>
>>>
>>> # These options affect packet overhead (in bytes)
>>> pjon.packet_overhead()
Expand Down

0 comments on commit 5fee0ed

Please sign in to comment.