Skip to content

Commit 34774ab

Browse files
authored
Merge pull request #106 from gridsmartercities/readme_typo
fixed typo
2 parents e280590 + e7f9fda commit 34774ab

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)