mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 07:21:03 +00:00
Fix missing word (#11868)
- **Description:** added one missing word to a doc, - **Dependencies:** N/A
This commit is contained in:
@@ -308,7 +308,7 @@
|
||||
"source": [
|
||||
"### Run the web scraper w/ BeautifulSoup\n",
|
||||
"\n",
|
||||
"As shown above, we'll using `BeautifulSoupTransformer`."
|
||||
"As shown above, we'll be using `BeautifulSoupTransformer`."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -661,4 +661,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 5
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user