Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Nov 25, 2022
1 parent 5957d4d commit b7f4730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sqlitedict.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,9 @@ def run(self):
for rec in cursor:
if _put(res_ref, rec) == _PUT_REFERENT_DESTROYED:
#
# The queue we are sending responses to got
# garbage collected, so we stop processing the
# commands.
# The queue we are sending responses to got garbage
# collected. Nobody is listening anymore, so we
# stop sending responses.
#
break

Expand Down

0 comments on commit b7f4730

Please sign in to comment.