Skip to content

Commit

Permalink
Merge branch 'fix_523' of https://github.com/indiVar0508/typer into f…
Browse files Browse the repository at this point in the history
…ix_523
  • Loading branch information
svlandeg committed Apr 18, 2024
2 parents 3e81d23 + 0460e47 commit 0c82ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs_src/exceptions/tutorial005.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ def main(name: str = "morty"):
"this_is_the_next_long_key": {
"this_is_the_next_long_key": {
"and_once_again_a_very_long_key": {
"but_this_is_not_the_end": {"end": True}
"but_this_is_not_the_end": {
"end": True
}
}
}
}
Expand Down

0 comments on commit 0c82ef0

Please sign in to comment.