We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ff3b0 commit f10e669Copy full SHA for f10e669
README.rst
@@ -81,6 +81,14 @@ An implementation of this can be found in examples/gps_simpletest.py
81
print('Latitude: {0:.6f} degrees'.format(gps.latitude))
82
print('Longitude: {0:.6f} degrees'.format(gps.longitude))
83
84
+
85
+These two lines are the lines that actually solve the issue:
86
+.. code-block:: python
87
88
+ print('Latitude: {0:.6f} degrees'.format(gps.latitude))
89
+ print('Longitude: {0:.6f} degrees'.format(gps.longitude))
90
91
92
Contributing
93
============
94
0 commit comments