Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Nov 24, 2024
1 parent d7c5f05 commit f6994b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ ignore = [
"PLR0917", # too-many-positional-arguments
"PLR1702", # too-many-nested-blocks
"PLR2004", # magic-value-comparison
"PYI051", # redundant-literal-union
"SIM108", # if-else-block-instead-of-if-exp
"T201", # print
"TD003", # missing-todo-link
Expand Down
2 changes: 1 addition & 1 deletion src/jsonyx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def format_syntax_error(exc: JSONSyntaxError) -> list[str]:
Traceback (most recent call last):
File "<string>", line 1, column 2
[,]
^
^
jsonyx.JSONSyntaxError: Expecting value
.. note:: Don't use :func:`traceback.format_exception_only`, it displays
Expand Down

0 comments on commit f6994b2

Please sign in to comment.