Skip to content

Commit

Permalink
comments patch
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanwinchub committed May 4, 2023
1 parent 6a7d687 commit 43c3727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wincpy/checks/63ce21059cf34d3d8ffef497ede7e317.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def check_single_line_comments(student_module):

assert (
count >= 4
), f"There should be at least `2` single-line comments, but there were only `{count}`"
), f"There should be at least `2` single-line comments, but there were only `{count - 2}`"


def check_multiline_comments(student_module):
Expand Down

0 comments on commit 43c3727

Please sign in to comment.