Skip to content

Commit c7e8848

Browse files
authored
📝
1 parent 8b0c7b7 commit c7e8848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ have made a lot of requests recently
3232

3333
j = Jokes() # Initialise the class
3434
joke = j.get_joke() # Retrieve a random joke
35-
if joke["type"] == single: # Print the joke
35+
if joke["type"] == "single": # Print the joke
3636
print(joke["joke"])
3737
else:
3838
print(joke["setup"])

0 commit comments

Comments
 (0)