diff --git a/docs/modules/chains/index_examples/qa_with_sources.ipynb b/docs/modules/chains/index_examples/qa_with_sources.ipynb index 7fc94d08e3..2db1c116a8 100644 --- a/docs/modules/chains/index_examples/qa_with_sources.ipynb +++ b/docs/modules/chains/index_examples/qa_with_sources.ipynb @@ -267,7 +267,7 @@ "source": [ "**Intermediate Steps**\n", "\n", - "We can also return the intermediate steps for `map_reduce` chains, should we want to inspect them. This is done with the `return_map_steps` variable." + "We can also return the intermediate steps for `map_reduce` chains, should we want to inspect them. This is done with the `return_intermediate_steps` variable." ] }, {