Skip to content

Commit bb55a1b

Browse files
authored
Update docs/source/troubleshooting.rst
1 parent 78f185f commit bb55a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ are often the source of reported issues. In many cases, these issues stem from
7272
Notebook server running in one environment, while the kernel and/or its resources,
7373
derive from another environment. Indicators of this scenario include:
7474

75-
* ``import`` statements within code cells producing ``ModuleNotFound`` exceptions.
75+
* ``import`` statements within code cells producing ``ImportError`` or ``ModuleNotFound`` exceptions.
7676
* General kernel startup failures exhibited by nothing happening when attempting
7777
to execute a cell.
7878

0 commit comments

Comments
 (0)