Skip to content

Commit 6160a0f

Browse files
committed
[FIX] Fix typo in description
1 parent dda6cc6 commit 6160a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netneurotools/networks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def math_length_degree_distribution(W, D, nbins=10, nswap=1000,
408408
newB : (N, N) array-like
409409
binary rewired matrix
410410
newW: (N, N) array-like
411-
weighted rewired matrix. Returns matrix of zeros of weighted=False.
411+
weighted rewired matrix. Returns matrix of zeros if weighted=False.
412412
nr : int
413413
number of successful rewires
414414

0 commit comments

Comments
 (0)