From 3ffc1662fafbd3b25fe92e4209041019fa9a18aa 2012-06-03 06:29:46 From: Jonathan Taylor Date: 2012-06-03 06:29:46 Subject: [PATCH] pointing out that a trailing ';' is the same as NULL --- diff --git a/docs/examples/notebooks/rmagic_extension.ipynb b/docs/examples/notebooks/rmagic_extension.ipynb index 0b94f7a..6a23bcc 100644 --- a/docs/examples/notebooks/rmagic_extension.ipynb +++ b/docs/examples/notebooks/rmagic_extension.ipynb @@ -61,7 +61,7 @@ "output_type": "pyout", "prompt_number": 2, "text": [ - "" + "" ] } ], @@ -426,7 +426,7 @@ { "cell_type": "markdown", "source": [ - "The return value can be suppressed by adding NULL as the lart line, or an -n argument.", + "The return value can be suppressed by a trailing ';' or an -n argument.", "" ] }, @@ -444,7 +444,7 @@ "cell_type": "code", "collapsed": true, "input": [ - "%R X; NULL" + "%R X; " ], "language": "python", "outputs": [],