Skip to content

Commit c4f13e0

Browse files
committed
fix a typo in a docstring
1 parent 01716eb commit c4f13e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage/sqldata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ def arcs(self, filename):
889889
890890
Negative numbers have special meaning. If the starting line number is
891891
-N, it represents an entry to the code object that starts at line N.
892-
If the ending ling number is -N, it's an exit from the code object that
892+
If the ending line number is -N, it's an exit from the code object that
893893
starts at line N.
894894
895895
"""

0 commit comments

Comments
 (0)