mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 10:23:30 +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:
parent
61897aef90
commit
133c1b4f76
@ -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."
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user