Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 27, 2024
1 parent 7b0679b commit 5914d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ $ python main.py

## Set Output Width

If you want to control the width of the yellow and red Rich exception borders, you can set the parameter `pretty_exceptions_width` to a specific integer
If you want to control the width of the yellow and red Rich exception borders, you can set the parameter `pretty_exceptions_width` to a specific integer
(by default it's the maximum console width if it can be determined, or otherwise 100):

```Python hl_lines="3"
Expand Down

0 comments on commit 5914d78

Please sign in to comment.