Skip to content

Commit 980d1e4

Browse files
committed
fix typo in comment
1 parent 9d24ca1 commit 980d1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openleadr/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ async def cancel_opt(self, opt_id):
652652
:param str opt_id: The id of the opt to cancel
653653
"""
654654

655-
# Check if this report opt exists
655+
# Check if this opt exists
656656
report = utils.find_by(
657657
self.reports, 'opt_id', opt_id)
658658
if not report:

0 commit comments

Comments
 (0)