Skip to content

Commit

Permalink
Update name of PR in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Nov 26, 2024
1 parent 0e5ad3f commit cdda9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -7437,7 +7437,7 @@ def modular_decomposition(self, algorithm=None, style="tuple"):
A buggy implementation of the linear time algorithm from [TCHP2008]_
was removed in Sage 9.7, see :issue:`25872`. A new implementation
was reintroduced in Sage 10.6 after some corrections to the original
algorithm, see :issue:`xxxxx`.
algorithm, see :issue:`39038`.
TESTS:
Expand Down

0 comments on commit cdda9d5

Please sign in to comment.