fix: typo
This commit is contained in:
parent
9335107522
commit
d911dfe1cf
@ -31,7 +31,7 @@ class Page():
|
|||||||
def add_picture(self, picture: Picture) -> None:
|
def add_picture(self, picture: Picture) -> None:
|
||||||
self._pictures.append(picture)
|
self._pictures.append(picture)
|
||||||
|
|
||||||
def get_picture(self) -> list[Picture]:
|
def get_pictures(self) -> list[Picture]:
|
||||||
return self._pictures
|
return self._pictures
|
||||||
|
|
||||||
def _render_raw(self):
|
def _render_raw(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user