Skip to content

Commit aee277c

Browse files
added iterative soltuon
1 parent d024071 commit aee277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/Flatten_Dictionary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def flatten_dict2(dictionary):
5050

5151
# recursive function call
5252
flatten_dict(None, dictionary, flatDictionary)
53-
53+
5454
# iterative function call
5555
f = flatten_dict2(dictionary)
5656

0 commit comments

Comments
 (0)