Skip to content
Snippets Groups Projects
Unverified Commit d651dbb8 authored by Stefan Golinschi's avatar Stefan Golinschi Committed by GitHub
Browse files

Fix typo in unstructured_web README.md (#11998)

parent 78af3400
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ urls = [ ...@@ -20,7 +20,7 @@ urls = [
loader = UnstructuredURLLoader( loader = UnstructuredURLLoader(
urls=urls, continue_on_failure=False, headers={"User-Agent": "value"} urls=urls, continue_on_failure=False, headers={"User-Agent": "value"}
) )
loader.load() loader.load_data()
``` ```
> Note: > Note:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment