Skip to content

Commit

Permalink
simplify the doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Sep 8, 2024
1 parent a441190 commit 43fabb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/digraph_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def nauty_posetg(self, options='', debug=False):
EXAMPLES::
sage: gen = digraphs.nauty_posetg("5 o q")
sage: gen = digraphs.nauty_posetg("5 o")
sage: len(list(gen))
63
Expand Down

0 comments on commit 43fabb0

Please sign in to comment.