8000 Fix another typo · cmdncode/Intro-Python-I@cc7124d · GitHub
[go: up one dir, main page]

Skip to content

Commit cc7124d

Browse files
committed
Fix another typo
1 parent b5a314c commit cc7124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dictionaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The docs can be found here:
99
https://docs.python.org/3/tutorial/datastructures.html#dictionaries
1010
11-
For this exercise, you have a list of dictinaries. Each dictionary
11+
For this exercise, you have a list of dictionaries. Each dictionary
1212
has the following keys:
1313
- lat: a signed integer representing a latitude value
1414
- lon: a signed integer representing a longitude value

0 commit comments

Comments
 (0)
0