From bb55a1b41c6d6eeb4101542bbdb9b4e1a295c878 Mon Sep 17 00:00:00 2001 From: Zachary Sailer Date: Fri, 28 Aug 2020 08:09:47 -0700 Subject: [PATCH] Update docs/source/troubleshooting.rst --- docs/source/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.