Skip to content

Commit fe1ec67

Browse files
Fix typo
1 parent d97fbe0 commit fe1ec67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ch09-lists-tuples-and-dictionaries/1-tuples-are-immutable-sequences.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Create a tuple containing the letters of your name from a string
2424
my_name = tuple("David")
2525

26-
# Exercide 5
26+
# Exercise 5
2727
# Check whether or not x is in my_name
2828
print("x" in my_name)
2929

0 commit comments

Comments
 (0)