fixed minor typos

pull/9/head^2
Kenneth C. Kleissl 2019-11-21 23:16:34 +01:00
parent 4f45e16eaf
commit da40c6d89b
1 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@
"> a = 5\n",
"> ~~~\n",
"\n",
"You might also have seen this when using VBA with *Option Explicit* enabled, where it would be `Dim a As Integer` and then `a = 5`. If the variable type is not declared beforehand in such languages, an error wiil be thrown.\n",
"You might also have seen this when using VBA with *Option Explicit* enabled, where it would be `Dim a As Integer` and then `a = 5`. If the variable type is not declared beforehand in such languages, an error will be thrown.\n",
"This is not the case in Python. It automatically figures out which type to assign to each variable in the background.\n",
"\n",
"This does not mean that Python is 'smarter' than other languages, it's purely an implementation choice from the author of the language to make it behave this way. And it has both advantages and drawbacks.\n",
@ -1047,7 +1047,7 @@
"\n",
"# End of exercises\n",
"\n",
"*The cell below is for setting the style of this document. It's not part the exercises.* "
"*The cell below is for setting the style of this document. It's not part of the exercises.* "
]
},
{
@ -1353,7 +1353,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,