Skip to content

Commit 1a09ff3

Browse files
author
Priyal595
committed
Resolved the error Added the doctests - Contributes to #9943
1 parent e542952 commit 1a09ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix/count_islands_in_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Matrix: # Public class to implement a graph
1414
"""
1515

1616
def __init__(self, row: int, col: int, graph: list[list[bool]]) -> None:
17-
"""Initialzes the matrix with the given number of rows, columns and matrix.
17+
"""Initializes the matrix with the given number of rows, columns and matrix.
1818
Args:
1919
row (int): number of rows in the matrix
2020
col (int): number of columns in the matrix

0 commit comments

Comments
 (0)