Skip to content

Commit eb98bf2

Browse files
authored
Merge pull request #256 from bclaremar/patch-3
add :: to get code formatting of the one-liners
2 parents 550c1ce + 91bafbe commit eb98bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Exercises 2
186186
print('Numpy version: ', numpy.__version__)
187187
print('Matplotlib version: ', matplotlib.__version__)
188188

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

191191
python -c 'import numpy; print(numpy.__version__)'
192192
python -c 'import matplotlib;print(matplotlib.__version__)'

0 commit comments

Comments
 (0)