main
Bob Mottram 2022-03-01 09:57:42 +00:00
parent b72887ab02
commit c0226d3870
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ from posts import get_person_box
def no_of_likes(post_json_object: {}) -> int:
"""Returns the number of likes ona given post
"""Returns the number of likes on a given post
"""
obj = post_json_object
if has_object_dict(post_json_object):