Updated missing refactor in docs "return_map_steps" (#2956) (#3469)

Minor rename in the documentation that was overlooked when refactoring.

---------

Co-authored-by: Ehmad Zubair <ehmad@cogentlabs.co>
This commit is contained in:
Harrison Chase 2023-04-24 22:28:47 -07:00 committed by GitHub
parent 707741de58
commit bee59b4689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,7 +267,7 @@
"source": [ "source": [
"**Intermediate Steps**\n", "**Intermediate Steps**\n",
"\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."
] ]
}, },
{ {