Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Aug 4, 2024
1 parent 6ae72d2 commit a85cb19
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 @@ -202,7 +202,7 @@ Classes
.. autoclass:: jsonyx.Encoder
:members:

.. autoclass:: jsonyx.tool.JSONNamespace
.. autoclass:: jsonyx.tool.Namespace
:members:

Exceptions
Expand Down
2 changes: 1 addition & 1 deletion src/jsonyx/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def run(args: Namespace) -> None:
"""Run JSON tool.
:param args: the commandline arguments
:type args: JSONNamespace
:type args: Namespace
"""
decoder: Decoder = Decoder(
allow=EVERYTHING if args.nonstrict else NOTHING,
Expand Down

0 comments on commit a85cb19

Please sign in to comment.