Skip to content

Commit

Permalink
PR sagemath#38919: fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Nov 5, 2024
1 parent f20aa41 commit d45dac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/base/graph_backends.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ cdef class GenericGraphBackend(SageObject):
TESTS:
Check that :issue:`38900` is fixed:
Check that :issue:`38900` is fixed::
sage: from itertools import product
sage: for sparse, immutable in product([True, False], [True, False]):
Expand Down

0 comments on commit d45dac9

Please sign in to comment.