summaryrefslogtreecommitdiffstats
path: root/src/debputy/lsp/vendoring/_deb822_repro/locatable.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/lsp/vendoring/_deb822_repro/locatable.py')
-rw-r--r--src/debputy/lsp/vendoring/_deb822_repro/locatable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debputy/lsp/vendoring/_deb822_repro/locatable.py b/src/debputy/lsp/vendoring/_deb822_repro/locatable.py
index 90bfa1c..afebf14 100644
--- a/src/debputy/lsp/vendoring/_deb822_repro/locatable.py
+++ b/src/debputy/lsp/vendoring/_deb822_repro/locatable.py
@@ -270,7 +270,7 @@ class Range:
:param base: The desired starting position
:param sizes: All the ranges that combined makes up the size of the
desired position. Note that order can affect the end result. Particularly
- the end character offset gets reset everytime a size spans a line.
+ the end character offset gets reset every time a size spans a line.
:returns: A range at the provided base position that has the size of
the provided range.
"""