Skip to content

Commit ea0e125

Browse files
committed
fixed typo.
1 parent ab5b52d commit ea0e125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandapower/pypower/makeLODF.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@jit(nopython=True)
2929
def update_LODF_diag(LODF): # pragma: no cover
3030
for ix in range(LODF.shape[0]):
31-
# To preserve the data type of diagnol elments
31+
# To preserve the data type of diagonal elements
3232
LODF[ix, ix] -= (LODF[ix, ix] + 1.)
3333

3434

0 commit comments

Comments
 (0)