Skip to content

Commit

Permalink
fix line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Oct 5, 2023
1 parent 6f54123 commit 7ae4f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cardano_account_pandas_dumper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _create_arg_parser():
)
result.add_argument(
"--zero_is_nan",
help="Convert zero values to NaN in spreadsheet (in order to display empty cells instead of 0).",
help="Convert zero values to NaN in spreadsheet (to display empty cells instead of 0).",
default=True,
type=bool,
)
Expand Down

0 comments on commit 7ae4f7f

Please sign in to comment.