Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3afdefd

Browse files
alexshunjd
andauthored
remove duplicate line from docstring (#59)
Co-authored-by: Shunjia Ding <54326218+shunjd@users.noreply.github.com>
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

Lines changed: 0 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /