mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -9,7 +9,7 @@ from langchain_community.docstore.base import Docstore
|
||||
|
||||
|
||||
class Wikipedia(Docstore):
|
||||
"""Wrapper around wikipedia API."""
|
||||
"""Wikipedia API."""
|
||||
|
||||
def __init__(self) -> None:
|
||||
"""Check that wikipedia package is installed."""
|
||||
|
Reference in New Issue
Block a user