Skip to content

Commit e75dad4

Browse files
authored
typo fix (#410)
1 parent b57f079 commit e75dad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyMPDATA/impl/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def make_chunk(span, n_threads, jit_flags):
11-
"""returns an njit-ted function which returns the subdomain extend for a
11+
"""returns an njit-ted function which returns the subdomain extent for a
1212
given thread, for static grid size no calculations are done at run-time"""
1313
static = span > 0
1414

0 commit comments

Comments
 (0)