diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst index bc09455a9..42bca967e 100644 --- a/docs/source/troubleshooting.rst +++ b/docs/source/troubleshooting.rst @@ -72,7 +72,7 @@ are often the source of reported issues. In many cases, these issues stem from Notebook server running in one environment, while the kernel and/or its resources, derive from another environment. Indicators of this scenario include: -* ``import`` statements within code cells producing ``ModuleNotFound`` exceptions. +* ``import`` statements within code cells producing ``ImportError`` or ``ModuleNotFound`` exceptions. * General kernel startup failures exhibited by nothing happening when attempting to execute a cell.