changeset 30382:82ffc35691ad stable

jupyter_notebook.m: fix typo in cset 363fb10055df. * jupyter_notebook.m: Fix missing ')' in previous cset.
author Rik <rik@octave.org>
date Sat, 27 Nov 2021 20:35:07 -0800
parents e0ed29a523b2
children 8afdeac24ba4
files scripts/miscellaneous/jupyter_notebook.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/jupyter_notebook.m	Sat Nov 27 19:44:02 2021 -0800
+++ b/scripts/miscellaneous/jupyter_notebook.m	Sat Nov 27 20:35:07 2021 -0800
@@ -320,7 +320,7 @@
         print_usage ();
       endif
 
-      if (! (isscalar (cell_index) && isindex (cell_index))
+      if (! (isscalar (cell_index) && isindex (cell_index)))
         error ("jupyter_notebook: CELL_INDEX must be a scalar positive integer");
       endif