Skip to content

Commit 2038da2

Browse files
vstinnerpfmoore
andauthored
Update pep-0387.txt
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
1 parent 4667337 commit 2038da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pep-0387.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ the deprecated API.
127127
The documentation of a soft deprecation should explain why the API
128128
should be avoided, and if possible propose a replacement.
129129

130-
Soft deprecation warnings are ignored by default. However, if the Python
130+
Soft deprecation warnings are not issued in a normal invocation of Python. However, if the Python
131131
development mode is enabled, or if Python is built in debug mode, these
132132
warnings are displayed. The ``SoftDeprecationWarning`` category (new in
133133
Python 3.13) can be used to filter these warnings.

0 commit comments

Comments
 (0)