Skip to content

Commit 9966da0

Browse files
committed
typo: correct false friend
1 parent 8a0d1d5 commit 9966da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gstools/krige/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def __call__(
254254
ext_drift = self._pre_ext_drift(pnt_cnt, ext_drift)
255255
# iterate chunks
256256
for i in range(chunk_no):
257-
# get chunk slice for actual chunk
257+
# get chunk slice for current chunk
258258
chunk_slice = (
259259
i * chunk_size,
260260
min(pnt_cnt, (i + 1) * chunk_size),

0 commit comments

Comments
 (0)