Skip to content

Commit 92a138a

Browse files
committed
Typo on Sympy sheet
Open quotes without closed quotes on first cell. Added in closed quotes.
1 parent 8b4f770 commit 92a138a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nbs/01 - Symbolic mathematics with Sympy.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"[Sympy](http://www.sympy.org/en/index.html) is described as a:\n",
1010
"\n",
11-
"> \"... Python library for symbolic mathematics.\n",
11+
"> \"... Python library for symbolic mathematics.\"\n",
1212
"\n",
1313
"This means it can be used to:\n",
1414
"\n",
@@ -690,9 +690,9 @@
690690
"metadata": {
691691
"anaconda-cloud": {},
692692
"kernelspec": {
693-
"display_name": "Python [conda env:pymathws]",
693+
"display_name": "Python 3",
694694
"language": "python",
695-
"name": "conda-env-pymathws-py"
695+
"name": "python3"
696696
},
697697
"language_info": {
698698
"codemirror_mode": {
@@ -704,7 +704,7 @@
704704
"name": "python",
705705
"nbconvert_exporter": "python",
706706
"pygments_lexer": "ipython3",
707-
"version": "3.6.0"
707+
"version": "3.5.1"
708708
}
709709
},
710710
"nbformat": 4,

0 commit comments

Comments
 (0)