diff options
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index c0e114441..6cfd93f 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -2904,7 +2904,7 @@ wire). .. attribute:: exc_info Exception tuple (à la `sys.exc_info`) or `None` if no exception - information is availble. + information is available. .. attribute:: func |