Skip to content

Commit 4b7c631

Browse files
use directive
Co-authored-by: Alex Waygood <[email protected]>
1 parent 56185a9 commit 4b7c631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ always available.
11181118
last_value
11191119
last_traceback
11201120

1121-
These three variables are deprecated, use ``sys.last_exc`` instead.
1121+
These three variables are deprecated; use :data:`sys.last_exc` instead.
11221122
They hold the legacy representation of ``sys.last_exc``, as returned
11231123
from :func:`exc_info` above.
11241124

0 commit comments

Comments
 (0)