Skip to content

Commit bd35033

Browse files
committed
Fix typos and example mismatches
1 parent fb55848 commit bd35033

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/Notebook/Multiple Languages, Frontends.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"source": [
178178
"### install more kernels\n",
179179
"\n",
180-
"Feel fre to experiment with other kernel, poke at the installed kernelspec folders. Use the following to list all the kernels and their locations:\n",
180+
"Feel free to experiment with other kernel, poke at the installed kernelspec folders. Use the following to list all the kernels and their locations:\n",
181181
"\n",
182182
"```\n",
183183
"$ jupyter kernelspec list\n",

examples/Notebook/Working With Markdown Cells.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@
139139
"\n",
140140
"$$e^x=\\sum_{i=0}^\\infty \\frac{1}{i!}x^i$$\n",
141141
"\n",
142-
"Use single dolars delimiter for inline math, so `$thisisinline\\int math$` will give $this is inline\\int math$, for exampple to refer to variable within text. \n",
142+
"Use single dolars delimiter for inline math, so `$thisisinline\\int math$` will give $this is inline\\int math$, for example to refer to variable within text. \n",
143143
"\n",
144-
"Double dollars `$$ \\int_0^\\infty f(\\phi) \\partial \\phi$$` is used for standalone formulas:\n",
144+
"Double dollars `$$\\int_0^{2\\pi} f(r, \\phi) \\partial \\phi $$` is used for standalone formulas:\n",
145145
"\n",
146146
"$$\\int_0^{2\\pi} f(r, \\phi) \\partial \\phi $$\n"
147147
]

0 commit comments

Comments
 (0)