Skip to content

Commit

Permalink
minor mistake in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Sep 8, 2024
1 parent 43fabb0 commit e94f42f
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 @@ -771,7 +771,7 @@ def nauty_posetg(self, options='', debug=False):
- ``options`` -- string (default: ``""``); a string passed to
``genposetg`` as if it was run at a system command line.
At a minimum, you *must* pass the number of vertices you desire
and a choice between ``o`` and ``t``` for the output order.
and a choice between ``o`` and ``t`` for the output order.
- ``debug`` -- boolean (default: ``False``); if ``True`` the first line
of ``genposetg``'s output to standard error is captured and the first
Expand Down

0 comments on commit e94f42f

Please sign in to comment.