Skip to content

Commit

Permalink
Corrected trivial typographical error in new IPython example
Browse files Browse the repository at this point in the history
  • Loading branch information
zunzun committed Dec 16, 2015
1 parent f7f35c3 commit 62b0f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/IPython/ListAllStandardEquations_2D.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:999662a669a418f486fafce3b054647e6652b1c007d857fc4e0e800381b048e8"
"signature": "sha256:53d86303728cfec446ab70b1f09cb9bd37c682b84af03a00ac8c385cdfdbd891"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -54,7 +54,7 @@
"\n",
" equation = equationClass[1]('SSQABS', extendedVersionName)\n",
" htmlToReturn += '<tr>'\n",
" htmlToReturn += '<td nowrap>3D ' + submodule[0] + '</td>'\n",
" htmlToReturn += '<td nowrap>2D ' + submodule[0] + '</td>'\n",
" htmlToReturn += '<td nowrap>' + equation.GetDisplayName() + '</td>'\n",
" htmlToReturn += '<td nowrap>' + equation.GetDisplayHTML() + '</td>'\n",
" htmlToReturn += '</tr>'\n",
Expand Down

0 comments on commit 62b0f64

Please sign in to comment.