Skip to content

Commit

Permalink
Add missing word in comment (#6587)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
BioGeek authored Jun 22, 2023
1 parent d50de27 commit 7f6f5c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

1 comment on commit 7f6f5c2

@vercel
Copy link

@vercel vercel bot commented on 7f6f5c2 Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchain – ./

langchain-git-master-langchain.vercel.app
python.langchain.com
langchain-langchain.vercel.app

Please sign in to comment.