Skip to content

Commit 2351426

Browse files
Fix whitespace
1 parent 0a38644 commit 2351426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/oper.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<A>n</A>-kings in the tournament (see <Ref Oper="DigraphIsKing"/>).<P/>
1818

1919
If <A>D</A> is not tournament, then an error is given
20-
(see <Ref Prop="IsTournament"/>).
21-
20+
(see <Ref Prop="IsTournament"/>).
21+
2222
If the tournament contains a source, then the source is the only 2-king
2323
(see <Ref Attr="DigraphSources"/>). The number of 2-kings in a tournament
2424
without a source is at least three. A tournament cannot have exactly two
@@ -47,7 +47,7 @@ gap> DigraphKings(gr, 2);
4747
If <A>D</A> is a tournament and <A>v</A> is a vertex in the tournament,
4848
then this operation returns <K>true</K> if every other vertex of <A>D</A>
4949
is reachable from <A>v</A> by a path of length at most <A>k</A>. Otherwise,
50-
an error is given.
50+
an error is given.
5151

5252
If <K>true</K> is returned, then the vertex, <A>v</A>, is a <A>k</A>-king.
5353
<P/>

0 commit comments

Comments
 (0)