We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d914b commit b6d67fdCopy full SHA for b6d67fd
1 file changed
docs/examples.rst
@@ -55,7 +55,7 @@ Connecting to APRS-IS is done using the :py:class:`aprslib.IS` module.
55
import aprslib
56
57
def callback(packet):
58
- print packet
+ print(packet)
59
60
AIS = aprslib.IS("N0CALL")
61
AIS.connect()
0 commit comments