Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit 548662d

Browse files
authored
Merge pull request #48 from QuantEcon/fix_nestedlist_python_advanced_features
fix nested list from rst_files/python_advanced_features.rst
2 parents 3023856 + c5dbc53 commit 548662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rst_files/python_advanced_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ What happens here is that each successive call uses it's own *frame* in the *sta
18721872

18731873
* a frame is where the local variables of a given function call are held
18741874
* stack is memory used to process function calls
1875-
* a First In Last Out (FILO) queue
1875+
* a First In Last Out (FILO) queue
18761876

18771877
This example is somewhat contrived, since the first (iterative) solution would usually be preferred to the recursive solution
18781878

0 commit comments

Comments
 (0)