Skip to content

Commit fa6a06f

Browse files
author
prabhatkc
committed
correcting description typo
1 parent 4fa116a commit fa6a06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def dict_plot_of_2d_arr(args, rows, cols, bool_mat, arr_2d, cmap='Greys_r', save
219219
cols :number of columns of subplots
220220
arr_2d :stacked 2d arrays
221221
bool_mat :a boolean matrix with 0s and 1s.
222-
subplot whose corresponding value is 1 will be borded
222+
subplot whose corresponding value is 1 will be bordered
223223
with a bounding box.
224224
"""
225225
# rows, cols indicate number of subplots along rows & columns

0 commit comments

Comments
 (0)