Skip to content

Commit

Permalink
fix a typo in a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jan 15, 2021
1 parent e27fc99 commit 96e19c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage/sqldata.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def arcs(self, filename):
Negative numbers have special meaning. If the starting line number is
-N, it represents an entry to the code object that starts at line N.
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
starts at line N.
"""
Expand Down

0 comments on commit 96e19c3

Please sign in to comment.