Skip to content

Commit

Permalink
Docs: Update documentation to reflect async function refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
yeounhak committed Nov 29, 2024
1 parent 4edd8e6 commit e0a95e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/document_loaders/web_base.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"source": [
"loader = WebBaseLoader([\"https://www.espn.com/\", \"https://google.com\"])\n",
"loader.requests_per_second = 1\n",
"docs = loader.aload()\n",
"docs = await loader.aload()\n",
"docs"
]
},
Expand Down

0 comments on commit e0a95e5

Please sign in to comment.