Skip to content

Commit 63e0927

Browse files
author
giumas
committed
minor fix
1 parent 3e2756c commit 63e0927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

004_Loops.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
" if (ss_value < 1400.0) or (ss_value > 1600.0):\n",
304304
" continue\n",
305305
" \n",
306-
" print(\"Sound speed: \" + str(ss_value) + \" m/sec.\")"
306+
" print(\"Sound speed: \" + str(ss_value) + \" m/s.\")"
307307
]
308308
},
309309
{

0 commit comments

Comments
 (0)