mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-17 03:25:19 +00:00
spelling: should
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
35f1d043f4
commit
18fcea35da
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def get_book_description(book):
|
||||||
if book.description:
|
if book.description:
|
||||||
return book.description
|
return book.description
|
||||||
if book.parent_work:
|
if book.parent_work:
|
||||||
# this shoud always be true
|
# this should always be true
|
||||||
return book.parent_work.description
|
return book.parent_work.description
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue