diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/exceptions.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 377d98a..933667c 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -185,8 +185,7 @@ The following exceptions are the exceptions that are usually raised. A subclass of :exc:`ImportError` which is raised by :keyword:`import` when a module could not be located. This includes ``from ... import`` statements as the specific attribute being requested cannot be known a priori to be a module - or some other type of object. It is also raised when ``None`` is found in - :data:`sys.modules`. + or some other type of object. .. versionadded:: 3.4 |