fix copy/pasta typos wikipedia->arxiv (#3222)

just updates a few module level docstrings from Wikipedia -> Arxiv
This commit is contained in:
Gabriel Altay
2023-04-20 10:15:41 -04:00
committed by GitHub
parent d2520a5f1e
commit 34fb56b633
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
"""Tool for the Wikipedia API."""
"""Tool for the Arxiv API."""
from langchain.tools.base import BaseTool
from langchain.utilities.arxiv import ArxivAPIWrapper