Skip to content

Commit 76d766b

Browse files
romazurossbar
andauthored
Clarify a note on graph ordering in graph_atlas_g docstring (networkx#8475)
* Clarify docs on graph ordering in graph_atlas_g + Add a snippet to reproduce out-of-order graph indices. + Fix a typo in out-of-order graph index. * Remove code example in graph_atlas_g docstring Co-authored-by: Ross Barnowski <rossbar@caltech.edu> --------- Co-authored-by: Ross Barnowski <rossbar@caltech.edu>
1 parent a87129c commit 76d766b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

networkx/generators/atlas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def graph_atlas_g():
215215
216216
- graphs 55 and 56 with degree sequences 001111 and 000112,
217217
- graphs 1007 and 1008 with degree sequences 3333444 and 3333336,
218-
- graphs 1012 and 1213 with degree sequences 1244555 and 1244456.
218+
- graphs 1012 and 1013 with degree sequences 1244555 and 1244456.
219219
220220
References
221221
----------

0 commit comments

Comments
 (0)