Skip to content

Commit 2da4263

Browse files
beboundncoghlan
andauthored
Update Doc/library/exceptions.rst
Co-authored-by: Alyssa Coghlan <[email protected]>
1 parent 1a7a28d commit 2da4263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/exceptions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,8 @@ The following exceptions are used as warning categories; see the
866866

867867
Base class for warnings about dubious syntax.
868868

869-
This warning is emitted when compiling Python source code to bytecode.
869+
This warning is typically emitted when compiling Python source code, and usually won't be reported
870+
when running already compiled code.
870871

871872

872873
.. exception:: RuntimeWarning

0 commit comments

Comments
 (0)