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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

@ -1,4 +1,4 @@
"""Integration test for Wikipedia API Wrapper."""
"""Integration test for Arxiv API Wrapper."""
import pytest
from langchain.utilities import ArxivAPIWrapper