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

Commit

Permalink
Remove a space
Browse files Browse the repository at this point in the history
  • Loading branch information
jm58660 committed May 2, 2016
1 parent 7387997 commit f05cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/generic_graph.py
Expand Up @@ -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]

::

Expand Down

0 comments on commit f05cd3f

Please sign in to comment.