Skip to content

Commit 387bf96

Browse files
orlitzkydimpase
authored andcommitted
src/sage/graphs/generators/families.py: add tilde to a :meth:
Otherwise it displays the big, ugly, fully-qualified name.
1 parent 694bee9 commit 387bf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/generators/families.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3925,7 +3925,7 @@ def MathonPseudocyclicStronglyRegularGraph(t, G=None, L=None):
39253925
there's some unpredictability in the way that GAP chooses a
39263926
representative in ``NormalSubgroups()``, the function that
39273927
underlies our own
3928-
:meth:`sage.groups.perm_gps.permgroup.PermutationGroup_generic.normal_subgroups`
3928+
:meth:`~sage.groups.perm_gps.permgroup.PermutationGroup_generic.normal_subgroups`
39293929
method::
39303930
39313931
sage: # needs sage.groups sage.libs.gap sage.rings.finite_rings

0 commit comments

Comments
 (0)