File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ The following warnings category classes are currently defined:
8080| | unless triggered by code in ``__main__ ``). |
8181+----------------------------------+-----------------------------------------------+
8282| :exc: `SyntaxWarning ` | Base category for warnings about dubious |
83- | | syntactic features (typically emitted when |
84- | | compiling Python source code, and hence |
85- | | may not be suppressed by runtime filters) |
83+ | | syntactic features (typically emitted when |
84+ | | compiling Python source code, and hence |
85+ | | may not be suppressed by runtime filters) |
8686+----------------------------------+-----------------------------------------------+
8787| :exc: `RuntimeWarning ` | Base category for warnings about dubious |
8888| | runtime features. |
You can’t perform that action at this time.
0 commit comments