File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments