##// END OF EJS Templates
Misc. typo fixes (followup to #10935)...
Unknown -
Show More
@@ -848,7 +848,7 b' Pull Requests (793):'
848 * :ghpull:`2941`: fix baseUrl
848 * :ghpull:`2941`: fix baseUrl
849 * :ghpull:`2903`: Specify toggle value on cell line number
849 * :ghpull:`2903`: Specify toggle value on cell line number
850 * :ghpull:`2911`: display order in output area configurable
850 * :ghpull:`2911`: display order in output area configurable
851 * :ghpull:`2897`: Dont rely on BaseProjectUrl data in body tag
851 * :ghpull:`2897`: Don't rely on BaseProjectUrl data in body tag
852 * :ghpull:`2894`: Cm configurable
852 * :ghpull:`2894`: Cm configurable
853 * :ghpull:`2927`: next release will be 1.0
853 * :ghpull:`2927`: next release will be 1.0
854 * :ghpull:`2932`: Simplify using notebook static files from external code
854 * :ghpull:`2932`: Simplify using notebook static files from external code
@@ -777,7 +777,7 b''
777 }
777 }
778 ],
778 ],
779 "source": [
779 "source": [
780 "# that is deffinitively wrong as it should show the PNG. \n",
780 "# that is definitively wrong as it should show the PNG. \n",
781 "display(Gaussian())"
781 "display(Gaussian())"
782 ]
782 ]
783 },
783 },
@@ -660,7 +660,7 b''
660 "cell_type": "markdown",
660 "cell_type": "markdown",
661 "metadata": {},
661 "metadata": {},
662 "source": [
662 "source": [
663 "Here is the embedded version. Note that this image was pulled from the webcam when this code cell was originally run and stored in the Notebook. Unless we rerun this cell, this is not todays image."
663 "Here is the embedded version. Note that this image was pulled from the webcam when this code cell was originally run and stored in the Notebook. Unless we rerun this cell, this is not today's image."
664 ]
664 ]
665 },
665 },
666 {
666 {
General Comments 0
You need to be logged in to leave comments. Login now