Skip to content

Commit 39a5ddd

Browse files
committed
Update Lecture-1-Introduction-to-Python-Programming.ipynb
a minor typo.
1 parent ac1dba6 commit 39a5ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Lecture-1-Introduction-to-Python-Programming.ipynb‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
"source": [
491491
"Variable names in Python can contain alphanumerical characters `a-z`, `A-Z`, `0-9` and some special characters such as `_`. Normal variable names must start with a letter. \n",
492492
"\n",
493-
"By convension, variable names start with a lower-case letter, and Class names start with a capital letter. \n",
493+
"By convention, variable names start with a lower-case letter, and Class names start with a capital letter. \n",
494494
"\n",
495495
"In addition, there are a number of Python keywords that cannot be used as variable names. These keywords are:\n",
496496
"\n",
@@ -3834,4 +3834,4 @@
38343834
"metadata": {}
38353835
}
38363836
]
3837-
}
3837+
}

0 commit comments

Comments
 (0)