8000 test with minor edit · 0xrohitgarg/videodb-python@0cb2e52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cb2e52

Browse files
committed
test with minor edit
1 parent 125f8ec commit 0cb2e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videodb/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def search(
7474
) -> SearchResult:
7575
"""Search for a query in the video.
7676
77-
:param str query: Query to search for.
77+
:param str query: query to search for.
7878
:param SearchType search_type: (optional) Type of search to perform :class:`SearchType <SearchType>` object
7979
:param IndexType index_type: (optional) Type of index to search :class:`IndexType <IndexType>` object
8080
:param int result_threshold: (optional) Number of results to return

0 commit comments

Comments
 (0)
0