Skip to content

Commit f10e669

Browse files
authored
Added another code snippet make the fix more obvious
1 parent 35ff3b0 commit f10e669

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ An implementation of this can be found in examples/gps_simpletest.py
8181
print('Latitude: {0:.6f} degrees'.format(gps.latitude))
8282
print('Longitude: {0:.6f} degrees'.format(gps.longitude))
8383
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+
8492
Contributing
8593
============
8694

0 commit comments

Comments
 (0)