Skip to content

Commit dd30930

Browse files
committed
fix a typo in a docstring
1 parent 8a90ee3 commit dd30930

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
@@ -981,7 +981,7 @@ def arcs(self, filename: str) -> Optional[List[TArc]]:
981981
982982
Negative numbers have special meaning. If the starting line number is
983983
-N, it represents an entry to the code object that starts at line N.
984-
If the ending ling number is -N, it's an exit from the code object that
984+
If the ending line number is -N, it's an exit from the code object that
985985
starts at line N.
986986
987987
"""

0 commit comments

Comments
 (0)