Skip to content

Commit 3afdefd

Browse files
alexshunjd
andauthored
remove duplicate line from docstring (aws#59)
Co-authored-by: Shunjia Ding <[email protected]>
1 parent 7939adf commit 3afdefd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stepfunctions/steps/states.py

-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ def __init__(self, state_id, **kwargs):
538538
input_path (str, optional): Path applied to the state’s raw input to select some or all of it; that selection is used by the state. (default: '$')
539539
parameters (dict, optional): The value of this field becomes the effective input for the state.
540540
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
541-
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
542541
output_path (str, optional): Path applied to the state’s output after the application of `result_path`, producing the effective output which serves as the raw input for the next state. (default: '$')
543542
"""
544543
super(Map, self).__init__(state_id, 'Map', **kwargs)

0 commit comments

Comments
 (0)