File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def open(
131
131
After getting a child collection with, e.g.
132
132
:meth:`Client.get_collection`, the child items of that collection
133
133
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
135
135
returns a new one. This can be useful for injecting Authentication
136
136
headers and/or signing fully-formed requests (e.g. signing requests
137
137
using AWS SigV4).
@@ -140,7 +140,7 @@ def open(
140
140
of :class:`requests.Request`.
141
141
142
142
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
144
144
and return `None`.
145
145
stac_io: A `StacApiIO` object to use for I/O requests. Generally, leave
146
146
this to the default. However in cases where customized I/O processing
You can’t perform that action at this time.
0 commit comments