mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +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