mirror of https://gitlab.com/bashrc2/epicyon
Typo
parent
b72887ab02
commit
c0226d3870
2
like.py
2
like.py
|
@ -36,7 +36,7 @@ from posts import get_person_box
|
||||||
|
|
||||||
|
|
||||||
def no_of_likes(post_json_object: {}) -> int:
|
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
|
obj = post_json_object
|
||||||
if has_object_dict(post_json_object):
|
if has_object_dict(post_json_object):
|
||||||
|
|
Loading…
Reference in New Issue