diff --git a/docs/examples.rst b/docs/examples.rst index 83902e5..6d43615 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -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()