Skip to content

Commit

Permalink
docs, fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jan 17, 2023
1 parent a5705e0 commit bd5b817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pystac_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def open(
After getting a child collection with, e.g.
:meth:`Client.get_collection`, the child items of that collection
will still be signed with ``modifier``.
request_modifier: A callable that eitehr modifies a `Request` instance or
request_modifier: A callable that either modifies a `Request` instance or
returns a new one. This can be useful for injecting Authentication
headers and/or signing fully-formed requests (e.g. signing requests
using AWS SigV4).
Expand All @@ -140,7 +140,7 @@ def open(
of :class:`requests.Request`.
If the callable returns a `requests.Request`, that will be used.
Alternately, the calable may simply modify the provided request object
Alternately, the callable may simply modify the provided request object
and return `None`.
stac_io: A `StacApiIO` object to use for I/O requests. Generally, leave
this to the default. However in cases where customized I/O processing
Expand Down

0 comments on commit bd5b817

Please sign in to comment.