Skip to content

Commit de51825

Browse files
committed
minor update
1 parent 999081b commit de51825

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
@@ -61,7 +61,7 @@ def search(
6161
) -> SearchResult:
6262
"""Search for a query in the video.
6363
64-
:param str query: Query to search for
64+
:param str query: Query to search for.
6565
:param SearchType search_type:(optional) Type of search to perform :class:`SearchType <SearchType>` object
6666
:param IndexType index_type:(optional) Type of index to search :class:`IndexType <IndexType>` object
6767
:param int result_threshold:(optional) Number of results to return

0 commit comments

Comments
 (0)