Skip to content

Commit

Permalink
Update scrapy_zyte_api/_session.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Rakhmatullin <[email protected]>
  • Loading branch information
Gallaecio and wRAR committed Sep 9, 2024
1 parent 5905d46 commit 7cdae9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy_zyte_api/_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ def location_params(
) -> Dict[str, Any]:
"""Like :class:`SessionConfig.params
<scrapy_zyte_api.SessionConfig.params>`, but it is only called when a
location it set, and gets that *location* as a parameter."""
location is set, and gets that *location* as a parameter."""
return super().params(request)

def location_check(
Expand Down

0 comments on commit 7cdae9e

Please sign in to comment.