Skip to content

Commit 3d98e6c

Browse files
committed
Correct a typo
1 parent 14db0c7 commit 3d98e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_geocaching.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_search_rect(self):
138138
try:
139139
distances.append(great_circle(cache.location, origin).meters)
140140
except PMOnlyException:
141-
# can happend when getting accurate location
141+
# can happen when getting accurate location
142142
continue
143143
self.assertEqual(distances, sorted(distances))
144144

@@ -154,7 +154,7 @@ def test_search_rect(self):
154154
try:
155155
distances.append(great_circle(cache.location, origin).meters)
156156
except PMOnlyException:
157-
# can happend when getting accurate location
157+
# can happen when getting accurate location
158158
continue
159159
self.assertEqual(distances, sorted(distances, reverse=True))
160160

0 commit comments

Comments
 (0)