Skip to content

Commit 80f5323

Browse files
committed
docs, fix: spelling
1 parent a5705e0 commit 80f5323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pystac_client/client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def open(
131131
After getting a child collection with, e.g.
132132
:meth:`Client.get_collection`, the child items of that collection
133133
will still be signed with ``modifier``.
134-
request_modifier: A callable that eitehr modifies a `Request` instance or
134+
request_modifier: A callable that either modifies a `Request` instance or
135135
returns a new one. This can be useful for injecting Authentication
136136
headers and/or signing fully-formed requests (e.g. signing requests
137137
using AWS SigV4).
@@ -140,7 +140,7 @@ def open(
140140
of :class:`requests.Request`.
141141
142142
If the callable returns a `requests.Request`, that will be used.
143-
Alternately, the calable may simply modify the provided request object
143+
Alternately, the callable may simply modify the provided request object
144144
and return `None`.
145145
stac_io: A `StacApiIO` object to use for I/O requests. Generally, leave
146146
this to the default. However in cases where customized I/O processing

0 commit comments

Comments
 (0)