Skip to content

Commit e7f9fda

Browse files
fixed typo
1 parent e280590 commit e7f9fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def extract_with_transform_example(a_dictionary, my_param=None):
255255
"""
256256
a_dictionary = {
257257
'params': {
258-
'my_param_1': '2' # the original value is the string '2'
258+
'my_param': '2' # the original value is the string '2'
259259
}
260260
}
261261
"""

0 commit comments

Comments
 (0)