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

Commit

Permalink
Explicit wording for output "False".
Browse files Browse the repository at this point in the history
  • Loading branch information
jm58660 committed Aug 10, 2015
1 parent 4015c77 commit b9f84d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/generic_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -12301,7 +12301,7 @@ def is_independent_set(self, vertices=None):

def is_subgraph(self, other, induced=True):
"""
Return ``True`` if the graph is a subgraph of ``other``.
Return ``True`` if the graph is a subgraph of ``other``, and ``False`` otherwise.

.. WARNING::

Expand Down

0 comments on commit b9f84d8

Please sign in to comment.