Update libs/community/langchain_community/document_loaders/chromium.py

Co-authored-by: Christophe Bornet <cbornet@hotmail.com>
pull/19942/head
Eugene Yurtsev 2 months ago committed by GitHub
parent 94cc313886
commit 7e7247537b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -64,7 +64,7 @@ class AsyncChromiumLoader(BaseLoader):
def scrape_playwright(self, url: str) -> str:
"""
Sychronously scrape the content of a given URL using Playwright's async API.
Synchronously scrape the content of a given URL using Playwright's async API.
Args:
url (str): The URL to scrape.

Loading…
Cancel
Save