From 34fb56b6334bb9f91f8bf65de3d82cd5955e2917 Mon Sep 17 00:00:00 2001 From: Gabriel Altay Date: Thu, 20 Apr 2023 10:15:41 -0400 Subject: [PATCH] fix copy/pasta typos wikipedia->arxiv (#3222) just updates a few module level docstrings from Wikipedia -> Arxiv --- langchain/tools/arxiv/tool.py | 2 +- tests/integration_tests/test_arxiv.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/langchain/tools/arxiv/tool.py b/langchain/tools/arxiv/tool.py index 3ebbc132..2c117c8a 100644 --- a/langchain/tools/arxiv/tool.py +++ b/langchain/tools/arxiv/tool.py @@ -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 diff --git a/tests/integration_tests/test_arxiv.py b/tests/integration_tests/test_arxiv.py index bff1d1ee..d7f2fdd1 100644 --- a/tests/integration_tests/test_arxiv.py +++ b/tests/integration_tests/test_arxiv.py @@ -1,4 +1,4 @@ -"""Integration test for Wikipedia API Wrapper.""" +"""Integration test for Arxiv API Wrapper.""" import pytest from langchain.utilities import ArxivAPIWrapper