Skip to content

Commit b6d67fd

Browse files
docs: fix print syntax in example
Fixes #32
1 parent 96d914b commit b6d67fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Connecting to APRS-IS is done using the :py:class:`aprslib.IS` module.
5555
import aprslib
5656
5757
def callback(packet):
58-
print packet
58+
print(packet)
5959
6060
AIS = aprslib.IS("N0CALL")
6161
AIS.connect()

0 commit comments

Comments
 (0)