Skip to content

Commit

Permalink
Merge pull request #17 from blackary/patch-1
Browse files Browse the repository at this point in the history
Fix readme typo

Thank you blackary
  • Loading branch information
danielebriggi committed Aug 6, 2024
2 parents bca535a + c79ab6f commit b0b3461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ conn.executemany(
[("Sony Music Entertainment", 2020), ("EMI Music Publishing", 2021)],
)

cursor = conn.execute("SELECT * FROM cars")
cursor = conn.execute("SELECT * FROM producers")

for row in cursor:
print(row)
Expand Down

0 comments on commit b0b3461

Please sign in to comment.