Skip to content

Commit

Permalink
Fix typo in the LTR guide. (elastic#106276)
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Mar 13, 2024
1 parent 85ed7ef commit be2d20c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The FeatureLogger provides an `extract_features` method which enables you to ext
[source,python]
----
feature_logger.extract_features(
query_params:{"query": "foo"},
query_params={"query": "foo"},
doc_ids=["doc-1", "doc-2"]
)
----
Expand Down

0 comments on commit be2d20c

Please sign in to comment.