Skip to content

Commit

Permalink
Attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Aug 7, 2024
1 parent 4ceead9 commit 5801553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Command line options
.. option:: output_filename

The path to the output JSON file. If not specified, write to
:data:`sys.stdout`.
:data:`sys.stdout`.

.. versionadded:: 1.2

Expand Down
2 changes: 1 addition & 1 deletion src/jsonyx/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ def run(args: Namespace) -> None:
if args.output_filename:
encoder.write(obj, args.output_filename)
else:
encoder.dump(obj)
encoder.dump(obj)

0 comments on commit 5801553

Please sign in to comment.