Skip to content

Commit

Permalink
community[patch]: update typo document content returned from semantic…
Browse files Browse the repository at this point in the history
…scholar (#24175)

Update "astract" -> abstract
  • Loading branch information
nshutijean committed Jul 12, 2024
1 parent aa3e3cf commit d77d9bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run(self, query: str) -> str:
f"Published year: {getattr(item, 'year', None)}\n"
f"Title: {getattr(item, 'title', None)}\n"
f"Authors: {authors}\n"
f"Astract: {getattr(item, 'abstract', None)}\n"
f"Abstract: {getattr(item, 'abstract', None)}\n"
)

if documents:
Expand Down

0 comments on commit d77d9bf

Please sign in to comment.