Skip to content

Commit

Permalink
Clase User
Browse files Browse the repository at this point in the history
Se corrige error sintáctico. Closes #12
  • Loading branch information
XileonXL committed Nov 10, 2021
1 parent 5b6b17e commit 4c5458e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangaCode/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ def __init__(self, nickname, name, surnames, email, passwd):
# Password to log in
self._passwd = passwd

# Vector of pairs reviews:Manga, it will be useful to make
# Vector of pairs review:Manga, it will be useful to make
# recommendations after.
self.reviews = []

0 comments on commit 4c5458e

Please sign in to comment.