mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-31 03:59:25 +00:00
fix copy/pasta typos wikipedia->arxiv (#3222)
just updates a few module level docstrings from Wikipedia -> Arxiv
This commit is contained in:
parent
d2520a5f1e
commit
34fb56b633
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""Integration test for Wikipedia API Wrapper."""
|
||||
"""Integration test for Arxiv API Wrapper."""
|
||||
import pytest
|
||||
|
||||
from langchain.utilities import ArxivAPIWrapper
|
||||
|
Loading…
Reference in New Issue
Block a user