From c4f13e0ebc01ba912cbd6698b418ed54c18f99e2 Mon Sep 17 00:00:00 2001 From: Changaco Date: Sun, 8 Nov 2020 13:00:56 +0100 Subject: [PATCH] fix a typo in a docstring --- coverage/sqldata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coverage/sqldata.py b/coverage/sqldata.py index 702bd42b9..afabd87a9 100644 --- a/coverage/sqldata.py +++ b/coverage/sqldata.py @@ -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. """