mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-07 03:59:39 +00:00
docs: Update passthrough.ipynb -- Grammar correction (#27601)
Grammar correction needed in passthrough.ipynb The sentence is: "Now you've learned how to pass data through your chains to help to help format the data flowing through your chains." There's a redundant "to help", and it could be more succinctly written as: "Now you've learned how to pass data through your chains to help format the data flowing through your chains."
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
"\n",
|
||||
"## Next steps\n",
|
||||
"\n",
|
||||
"Now you've learned how to pass data through your chains to help to help format the data flowing through your chains.\n",
|
||||
"Now you've learned how to pass data through your chains to help format the data flowing through your chains.\n",
|
||||
"\n",
|
||||
"To learn more, see the other how-to guides on runnables in this section."
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user