From f05cd3f63f07dc35f913444d0e60cd3546321191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jori=20M=C3=A4ntysalo?= Date: Mon, 2 May 2016 09:24:46 +0300 Subject: [PATCH] Remove a space --- src/sage/graphs/generic_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/graphs/generic_graph.py b/src/sage/graphs/generic_graph.py index 7020650aa44..c9d52749383 100644 --- a/src/sage/graphs/generic_graph.py +++ b/src/sage/graphs/generic_graph.py @@ -16565,7 +16565,7 @@ def disjoint_union(self, other, verbose_relabel=None, labels="pairs", sage: J.vertices() [0, 1, 2, 3, 4, 5, 6] sage: (G+H).vertices() # '+'-operator is a shortcut - [0, 1, 2, 3, 4, 5, 6] + [0, 1, 2, 3, 4, 5, 6] ::