Skip to content

Commit 3825822

Browse files
authored
Use single backticks to create links
.. so that the reader of the documentation can readily get to the `traceback.print_exception` docs
1 parent 95cf8b6 commit 3825822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Functions
2424
:class: attention
2525

2626
This is simplified version of a function which appears in the
27-
``traceback`` module in CPython. Unlike ``traceback.print_exception()``,
27+
`traceback` module in CPython. Unlike `traceback.print_exception()`,
2828
this function takes just exception value instead of exception type,
2929
exception value, and traceback object; *file* argument should be
3030
positional; further arguments are not supported.

0 commit comments

Comments
 (0)