Skip to content

Commit db96b57

Browse files
committed
typo: correct false friend
1 parent 27545a8 commit db96b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gstools/krige/base.py

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

0 commit comments

Comments
 (0)