Skip to content

Commit 94dfc5d

Browse files
authored
Changed code example (#28)
1 parent 2ca90fd commit 94dfc5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TINYLETTUCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ print(triplets) # e.g., [["Paris", "is_capital_of", "France"]]
320320

321321
Compare triplets against each other:
322322
```python
323-
compare = fact_checker.analyze_text_pair(
323+
compare = rag.analyze_text_pair(
324324
"France is a country in Europe.", "France is a country in Asia."
325325
)
326326
print(compare)

0 commit comments

Comments
 (0)