From 71ef5e519577aa2b2f5b59fe664bf35fc05d4406 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 18 Oct 2020 16:13:43 -0700 Subject: [PATCH] Updated get_shared_photo_comments.py --- examples/get_shared_photo_comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/get_shared_photo_comments.py b/examples/get_shared_photo_comments.py index a9e925fd..6b65e868 100644 --- a/examples/get_shared_photo_comments.py +++ b/examples/get_shared_photo_comments.py @@ -73,7 +73,7 @@ def get_comments(photosdb, uuid): uuid: uuid of the photo Returns: - tuple of (list of comments or [] if no comments, int number of likes) + tuple of (list of comments as Comment objects or [] if no comments, list of likes as Like objects or [] if no likes) """ conn, _ = photosdb.get_db_connection()