We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dff561 commit 633cb42Copy full SHA for 633cb42
1 file changed
msgcheck/utils.py
@@ -30,6 +30,7 @@
30
'c': ('\\', '%', '#- +\'I.0123456789hlLqjzt', 'diouxXeEfFgGaAcsCSpnm'),
31
}
32
33
+
34
def count_lines(string):
35
"""Count the number of lines in a string or translation."""
36
count = len(string.split('\n'))
0 commit comments