Skip to content

Commit 8c839f4

Browse files
committed
Move the asterisk to the correct place
1 parent 473521f commit 8c839f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycaching/geocaching.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ def get_logged_user(self, login_page=None):
246246
def search(
247247
self,
248248
point: Point,
249-
*,
250249
limit: int = float("inf"),
250+
*,
251251
sort_by: Union[str, SortOrder] = SortOrder.date_last_visited,
252252
reverse: bool = False,
253253
per_query: int = 200,
@@ -296,8 +296,8 @@ def search_quick(self, area):
296296
def search_rect(
297297
self,
298298
rect: Rectangle,
299-
*,
300299
limit: int = float("inf"),
300+
*,
301301
sort_by: Union[str, SortOrder] = SortOrder.date_last_visited,
302302
reverse: bool = False,
303303
per_query: int = 200,

0 commit comments

Comments
 (0)