Skip to content

Commit 08c55d4

Browse files
committed
[skip ci] ✏️ Fix typo in docstring.
1 parent 425e4c7 commit 08c55d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/wsicore/wsireader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ def read_rect(
11851185
Defaults to 'constant'. See :func:`numpy.pad` for
11861186
available modes.
11871187
pad_constant_values (int, tuple(int)):
1188-
Constant values to use when padding with cmonstant pad mode.
1188+
Constant values to use when padding with constant pad mode.
11891189
Passed to the :func:`numpy.pad` `constant_values` argument.
11901190
Default is 0.
11911191
coord_space (str):

0 commit comments

Comments
 (0)