Skip to content

Commit 7234778

Browse files
authored
Update networks.py
Fix a typo
1 parent 6160a0f commit 7234778

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
@@ -378,7 +378,7 @@ def threshold_network(network, retain=10):
378378
return mst
379379

380380

381-
def math_length_degree_distribution(W, D, nbins=10, nswap=1000,
381+
def match_length_degree_distribution(W, D, nbins=10, nswap=1000,
382382
replacement=False, weighted=True,
383383
seed=None):
384384
"""

0 commit comments

Comments
 (0)