Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4aba81

Browse files
author
Evan Fossier
committed
Change parameter order
1 parent f69be61 commit d4aba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/base/serialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def object(obj):
6565
return obj
6666

6767

68-
def map(serialize_func, lst):
68+
def map(lst, serialize_func):
6969
"""
7070
Applies serialize_func to every element in lst
7171
"""

0 commit comments

Comments
 (0)