Skip to content

Commit

Permalink
docs(structures): fix missing "" from docstrings`
Browse files Browse the repository at this point in the history
  • Loading branch information
parsariyahi committed Jan 6, 2024
1 parent 4faede5 commit acdc4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progature/engine/structures/pot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Pot(Generic[T]):
"""`Pot` is a `Generic` data structure that contains:
`Game`, `Skill`, Chapter`, `Level`, `Quest` objects.
`Game`, `Skill`, `Chapter`, `Level`, `Quest` objects.
This structure is like `list` but is more customize.
Attributes
Expand Down

0 comments on commit acdc4a7

Please sign in to comment.