Skip to content

Commit 547c2a7

Browse files
Update lectures/networks.md
Co-authored-by: zhc <[email protected]>
1 parent 5459e76 commit 547c2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Also, for $v \in V$,
266266
* the **out-degree** is $o_d(v) = $ the number of direct successors of $v$.
267267

268268

269-
### Digraphs in networkx
269+
### Digraphs in Networkx
270270

271271
The Python package [Networkx](https://networkx.org/) provides a convenient
272272
data structure for representing directed graphs and implements many common

0 commit comments

Comments
 (0)