##// END OF EJS Templates
pointing out that a trailing ';' is the same as NULL
Jonathan Taylor -
Show More
@@ -61,7 +61,7 b''
61 61 "output_type": "pyout",
62 62 "prompt_number": 2,
63 63 "text": [
64 "<matplotlib.collections.PathCollection at 0x10d7b5650>"
64 "<matplotlib.collections.PathCollection at 0x10f32f610>"
65 65 ]
66 66 }
67 67 ],
@@ -426,7 +426,7 b''
426 426 {
427 427 "cell_type": "markdown",
428 428 "source": [
429 "The return value can be suppressed by adding NULL as the lart line, or an -n argument.",
429 "The return value can be suppressed by a trailing ';' or an -n argument.",
430 430 ""
431 431 ]
432 432 },
@@ -444,7 +444,7 b''
444 444 "cell_type": "code",
445 445 "collapsed": true,
446 446 "input": [
447 "%R X; NULL"
447 "%R X; "
448 448 ],
449 449 "language": "python",
450 450 "outputs": [],
General Comments 0
You need to be logged in to leave comments. Login now