Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix a typo mentioned on #21061
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Oct 27, 2016
1 parent 66b5648 commit b6a169f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/graphs/strongly_regular_db.pyx
Expand Up @@ -1547,9 +1547,9 @@ def is_taylor_twograph_srg(int v,int k,int l,int mu):
def is_switch_skewhad(int v, int k, int l, int mu):
r"""
Test whether some `switch skewhad^2+*` is `(v,k,\lambda,\mu)`-strongly regular.
Test whether some ``switch skewhad^2+*`` is `(v,k,\lambda,\mu)`-strongly regular.

The `switch skewhad^2+*` graphs appear on `Andries Brouwer's database
The ``switch skewhad^2+*`` graphs appear on `Andries Brouwer's database
<http://www.win.tue.nl/~aeb/graphs/srg/srgtab.html>`__ and are built by
adding an isolated vertex to the complement of
:func:`~sage.graphs.graph_generators.GraphGenerators.SquaredSkewHadamardMatrixGraph`,
Expand Down

0 comments on commit b6a169f

Please sign in to comment.