8000 doc tweak · python/cpython@008355f · GitHub
[go: up one dir, main page]

Skip to content

Commit 008355f

Browse files
authored
doc tweak
1 parent 139cd0b commit 008355f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Deprecated
495495
field. (Contributed by Steve Dower in :gh:`99726`.)
496496

497497
* The :data:`sys.last_type`, :data:`sys.last_value` and :data:`sys.last_traceback`
498-
fields. Use :data:`sys.last_exc` instead.
498+
fields are deprecated. Use :data:`sys.last_exc` instead.
499499
(Contributed by Irit Katriel in :gh:`102778`.)
500500

501501
Pending Removal in Python 3.13

0 commit comments

Comments
 (0)
0