Skip to content

Commit d74cdf0

Browse files
authored
DOC: a M window -> an M window
1 parent 2c7e128 commit d74cdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/window/numba_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def generate_numba_table_func(
189189
"""
190190
Generate a numba jitted function to apply window calculations table-wise.
191191
192-
Func will be passed a M window size x N number of columns array, and
192+
Func will be passed an M window size x N number of columns array, and
193193
must return a 1 x N number of columns array.
194194
195195
1. jit the user's function

0 commit comments

Comments
 (0)