Skip to content

Commit

Permalink
update description for better clarity of input parameter usage
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Camilleri <[email protected]>
  • Loading branch information
ebAbhay and pierrecamilleri authored Jan 27, 2025
1 parent c84590d commit 6d657d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frictionless/steps/field/field_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ class field_update(Step):

pass_row: bool = False
"""
Pass the entire row as a parameter for the transformation function when True.
Pass the entire row as a second parameter for the transformation function if set to True.
The first parameter (the value) remains unchanged.
"""

# Transform
Expand Down

0 comments on commit 6d657d1

Please sign in to comment.