Skip to content

Commit

Permalink
docs: fix print syntax in example
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
rossengeorgiev committed Sep 23, 2017
1 parent 96d914b commit b6d67fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Connecting to APRS-IS is done using the :py:class:`aprslib.IS` module.
import aprslib
def callback(packet):
print packet
print(packet)
AIS = aprslib.IS("N0CALL")
AIS.connect()
Expand Down

0 comments on commit b6d67fd

Please sign in to comment.