Skip to content

Commit bcb816c

Browse files
committed
update docs format
1 parent e9431c3 commit bcb816c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/tutorial/exceptions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@ $ python main.py
202202
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
203203
(by default it's the maximum console width if it can be determined, or otherwise 100):
204204

205-
```Python hl_lines="3"
206-
{!../docs_src/exceptions/tutorial005.py!}
207-
```
205+
{* docs_src/exceptions/tutorial005.py hl[3] *}
208206

209207
This prevents artificial line breaks in cases where there is sufficient horizontal space on the console.
210208

0 commit comments

Comments
 (0)