Skip to content

Commit b5cd123

Browse files
committed
Fix docs rendering errors
1 parent a125842 commit b5cd123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vws/query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ def query(
5858
image: The image to make a query against.
5959
max_num_results: The maximum number of matching targets to be
6060
returned.
61-
include_target_data: "Indicates if target_data records shall be
61+
include_target_data: Indicates if target_data records shall be
6262
returned for the matched targets. Accepted values are top
6363
(default value, only return target_data for top ranked match),
64-
none (return no target_data), all (for all matched targets)".
64+
none (return no target_data), all (for all matched targets).
6565
6666
Raises:
6767
~vws.exceptions.AuthenticationFailure: The client access key pair

0 commit comments

Comments
 (0)