8000 Changed the word to · georgecms/complete-python-course@fb9736b · GitHub
[go: up one dir, main page]

Skip to content

Commit fb9736b

Browse files
committed
Changed the word to
1 parent 7df1482 commit fb9736b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

course_contents/1_intro/notes/01. Data Types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Examples of variable names:
1616
`current_`
1717

1818

19-
- Wrong:
19+
- Incorrect:
2020
`top 500`
2121
`one apple`
2222
`1st_numbers`
@@ -46,11 +46,11 @@ Examples:
4646

4747
`'50 + 51'`
4848

49-
- Wrong:
49+
- Incorrect:
5050

5151
`'This string will end here.' From here the continuation is not a string'`
5252

53-
`'This is a wrong string"`
53+
`'This is an Incorrect string"`
5454

5555
`"Same as this one'`
5656

0 commit comments

Comments
 (0)
0