From b6a169fd814a717fa21419b7cf09d181d5bf87ba Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Thu, 27 Oct 2016 15:26:35 +0000 Subject: [PATCH] fix a typo mentioned on #21061 --- src/sage/graphs/strongly_regular_db.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sage/graphs/strongly_regular_db.pyx b/src/sage/graphs/strongly_regular_db.pyx index 401d3602b7b..2db1b646868 100644 --- a/src/sage/graphs/strongly_regular_db.pyx +++ b/src/sage/graphs/strongly_regular_db.pyx @@ -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 `__ and are built by adding an isolated vertex to the complement of :func:`~sage.graphs.graph_generators.GraphGenerators.SquaredSkewHadamardMatrixGraph`,