We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14db0c7 commit 3d98e6cCopy full SHA for 3d98e6c
test/test_geocaching.py
@@ -138,7 +138,7 @@ def test_search_rect(self):
138
try:
139
distances.append(great_circle(cache.location, origin).meters)
140
except PMOnlyException:
141
- # can happend when getting accurate location
+ # can happen when getting accurate location
142
continue
143
self.assertEqual(distances, sorted(distances))
144
@@ -154,7 +154,7 @@ def test_search_rect(self):
154
155
156
157
158
159
self.assertEqual(distances, sorted(distances, reverse=True))
160
0 commit comments