Skip to content

Commit a52990b

Browse files
author
Melissa LeBlanc-Williams
committed
Added Kattni's suggestion
1 parent c46933c commit a52990b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_featherwing/gps_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(self, update_period=1000, baudrate=9600):
6262

6363
def update(self):
6464
"""
65-
Make sure to call gps.update() every loop iteration and at least twice
65+
Make sure to call ``gps.update()`` every loop iteration and at least twice
6666
as fast as data comes from the GPS unit (usually every second).
6767
6868
:return: Whether it has parsed new data

0 commit comments

Comments
 (0)