Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Added missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
DriftAsimov authored Jul 31, 2021
1 parent 9d2fdfe commit 12aac91
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 @@ -67,7 +67,7 @@ print(anime.recommend()) #returns a list of anime recommendations

```python
lyrics = Anilyrics("Ashiato")
print(lyrics.romaji)
print(lyrics.romaji())
```

## Links
Expand Down

0 comments on commit 12aac91

Please sign in to comment.