mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-26 13:59:49 +00:00
fix copy/pasta typos wikipedia->arxiv (#3222)
just updates a few module level docstrings from Wikipedia -> Arxiv
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user