From f79bec12eb0704a7b6092e1bd1c54d7ae9b488e8 Mon Sep 17 00:00:00 2001 From: GauravWaghmare Date: Tue, 2 Jan 2024 03:34:51 +0530 Subject: [PATCH] Langchain: Fix typo in documentation (#15124) **Description:** Fix typo in documentation. **Twitter handle:** @HydrogenHydride --- docs/docs/expression_language/how_to/passthrough.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/expression_language/how_to/passthrough.ipynb b/docs/docs/expression_language/how_to/passthrough.ipynb index 7615b7a0a5b..482b8508421 100644 --- a/docs/docs/expression_language/how_to/passthrough.ipynb +++ b/docs/docs/expression_language/how_to/passthrough.ipynb @@ -66,7 +66,7 @@ "\n", "In the second line, we used `RunnablePastshrough.assign` with a lambda that multiplies the numerical value by 3. In this cased, `extra` was set with `{'num': 1, 'mult': 3}` which is the original value with the `mult` key added. \n", "\n", - "Finally, we also set a third key in the map with `modified` which uses a labmda to set a single value adding 1 to the num, which resulted in `modified` key with the value of `2`." + "Finally, we also set a third key in the map with `modified` which uses a lambda to set a single value adding 1 to the num, which resulted in `modified` key with the value of `2`." ] }, {