[stdlib] Copy-edit deprecation messages (#14614)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Semyon Moroz
2025-08-21 11:12:00 +00:00
committed by GitHub
parent 9bb8c4f1f9
commit 5e0d6ee95e
28 changed files with 191 additions and 120 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ class TracebackException:
@property
def exc_type_str(self) -> str: ...
@property
@deprecated("Deprecated in 3.13. Use exc_type_str instead.")
@deprecated("Deprecated since Python 3.13. Use `exc_type_str` instead.")
def exc_type(self) -> type[BaseException] | None: ...
else:
exc_type: type[BaseException]