From 6cae190a95509e9e4be39b62a6f926d0380e2f11 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 4 Mar 2017 23:57:53 -0800 Subject: [PATCH] COmment re-wording --- rtv/content.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtv/content.py b/rtv/content.py index 3bea34c..f417a7a 100644 --- a/rtv/content.py +++ b/rtv/content.py @@ -107,7 +107,8 @@ class Content(object): n.nested_level = item.nested_level + 1 stack[0:0] = item.replies - # The comment is now a potential parent for the rest of the items + # The comment is now a potential parent for the items that are + # remaining on the stack. parent_candidates[item.id] = item retval.append(item)