Fixed a typo in the _compute_line function documentation.

pull/204/head
David Pokora 6 years ago
parent a729d1d19e
commit 93368c1ff8
No known key found for this signature in database
GPG Key ID: 3CED48D1BB21BDD7
  1. 2
      slither/core/source_mapping/source_mapping.py

@ -16,7 +16,7 @@ class SourceMapping(Context):
def _compute_line(source_code, start, length):
"""
Compute line(s) numbers and starting/ending columns
from a start/end offset. All results start from 0.
from a start/end offset. All numbers start from 1.
Not done in an efficient way
"""

Loading…
Cancel
Save