diff options
Diffstat (limited to 'Doc/library/warnings.rst')
-rw-r--r-- | Doc/library/warnings.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst index 5ca8336..8a538ad 100644 --- a/Doc/library/warnings.rst +++ b/Doc/library/warnings.rst @@ -41,7 +41,6 @@ message by calling :func:`formatwarning`, which is also available for use by custom implementations. .. seealso:: - :func:`logging.captureWarnings` allows you to handle all warnings with the standard logging infrastructure. |