Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos committed Aug 15, 2023
1 parent 90e3e0e commit 825e0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions animeworld/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ def find(keyword: str) -> List[Dict]:
"name": str, # Nome dell'anime
"jtitle": str, # Nome giapponese (con caratteri latini)
"studio": str, # Studio dell'anime
"release": str | None, # Giorno, Mese e Anno della release dell'anime.
# Se non disponibile ("??" al posto della data), ritorna None
"release": str | None, # Giorno, Mese e Anno della release dell'anime. Se non disponibile ("??" al posto della data), ritorna None.
"episodes": int, # Numero di episodi
"state": str, # Es. "0", "1", ...
"story": str, # Trama dell'anime
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(res)
"name": "Sword Art Online",
"jtitle": "Sword Art Online",
"studio": "A-1 Pictures",
"release": datetime.datetime(2012, 7, 8, 0, 0),
"release": "05 Luglio 2014",
"episodes": 25,
"state": "1",
"story": 'Kazuto "Kirito" Kirigaya, un genio della programmazione, entra in una realtà virtuale interattiva con pluralità di giocatori (una realtà "massively multi-player online" o "MMO") denominata "Sword Art Online". Il problema sta nel fatto che, una volta entrati, se ne può uscire solo vincitori, completando il gioco, perché il game over equivale a morte certa del giocatore.',
Expand Down

0 comments on commit 825e0cc

Please sign in to comment.