Skip to content

Commit 859addd

Browse files
fix: Fixes param name in the README.md for the search example
1 parent 272d9e5 commit 859addd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import os
1919

2020
with Glean(api_token="client-token") as glean:
2121
search_response = glean.client.search.query(
22-
search_request=models.SearchRequest(query="search term")
22+
request=models.SearchRequest(query="search term")
2323
)
2424
print(search_response)
2525

0 commit comments

Comments
 (0)