Skip to content

Commit

Permalink
fix(typo): fix typo in credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Machado Maciel committed Aug 29, 2024
1 parent 1953efb commit e9db357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
music.mp3
venv
**__pycache__**
**__pycache__**
**.idea**
2 changes: 1 addition & 1 deletion last_words/lyrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def lyrics():
sleep(2)
write_with_delay("song: Last Words of a Shooting Star\n", 0.05)
sleep(2)
write_with_delay("made with love my maciel", 0.05)
write_with_delay("made with love by maciel", 0.05)
sleep(7)

def _test():
Expand Down

0 comments on commit e9db357

Please sign in to comment.