Skip to content

Commit a34c90d

Browse files
committed
fix typo in distcheck
1 parent ff4af27 commit a34c90d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/distcheck.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
(
1111
"codemirror_codemirror",
1212
"codemirror_lib",
13-
): """
14-
Please ensure is CodeMirror is imported by type, e.g.
13+
): """Please ensure CodeMirror is imported by type _only_, e.g.
1514
16-
import type * as CodeMirror from 'codemirror'
15+
import type * as CodeMirror from 'codemirror';
1716
1817
see https://github.com/krassowski/jupyterlab-lsp/issues/575
1918
"""

0 commit comments

Comments
 (0)