Skip to content

Commit 550c1ce

Browse files
authored
Merge pull request #253 from bclaremar/patch-2
formatting one-liners in BASH and exchanging " with '
2 parents 3054e76 + 6e5fffe commit 550c1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/dependencies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ Exercises 2
188188

189189
Or use the one-liner if you have access to a terminal like bash
190190

191-
python -c "import numpy; print(numpy.__version__)"
192-
python -c "import matplotlib;print(matplotlib.__version__)"
191+
python -c 'import numpy; print(numpy.__version__)'
192+
python -c 'import matplotlib;print(matplotlib.__version__)'
193193

194194
4. Deactivate the environment::
195195

0 commit comments

Comments
 (0)