We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a90ee3 commit dd30930Copy full SHA for dd30930
coverage/sqldata.py
@@ -981,7 +981,7 @@ def arcs(self, filename: str) -> Optional[List[TArc]]:
981
982
Negative numbers have special meaning. If the starting line number is
983
-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
+ If the ending line number is -N, it's an exit from the code object that
985
starts at line N.
986
987
"""
0 commit comments