Skip to content

Commit 07cec72

Browse files
committed
fix f-string
1 parent fd6f8eb commit 07cec72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guides/basic_usage/02_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
print(f" Prediction: {scores[0]}")
249249

250250
# Display additional metadata if available
251-
print(f" Similar examples found: {len(meta[0]["neighbors"])}")
251+
print(f" Similar examples found: {len(meta[0]['neighbors'])}")
252252

253253
# %% [markdown]
254254
"""

0 commit comments

Comments
 (0)