Skip to content

Commit 8f8eb91

Browse files
committed
DOCS: Fix make html-docs warning
1 parent b019925 commit 8f8eb91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

planet/api/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,14 @@ def quick_search(self, request, **kw):
152152
'''Execute a quick search with the specified request.
153153
154154
:param request: see :ref:`api-search-request`
155-
:param **kw: See Options below
155+
:param `**kw`: See Options below
156156
:returns: :py:class:`planet.api.models.Items`
157157
:raises planet.api.exceptions.APIException: On API error.
158158
159159
:Options:
160160
161161
* page_size (int): Size of response pages
162162
* sort (string): Sorting order in the form `field (asc|desc)`
163-
164163
'''
165164
body = json.dumps(request)
166165
params = self._params(kw)

0 commit comments

Comments
 (0)