Add missing word in comment (#6587)

Changed

```
# Do this so we can exactly what's going on under the hood
```
to
```
# Do this so we can see exactly what's going on under the hood
```
multi_strategy_parser
Jeroen Van Goey 11 months ago committed by GitHub
parent d50de2728f
commit 7f6f5c2a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Do this so we can exactly what's going on under the hood\n",
"# Do this so we can see exactly what's going on under the hood\n",
"import langchain\n",
"langchain.debug = True"
]

Loading…
Cancel
Save