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
```
This commit is contained in:
Jeroen Van Goey 2023-06-22 16:54:28 +02:00 committed by GitHub
parent d50de2728f
commit 7f6f5c2a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
]