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

Commit

Permalink
trac #14396: Review
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Jan 20, 2015
1 parent 7857634 commit f287fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/isgci.py
Expand Up @@ -756,7 +756,7 @@ def smallgraphs(self):
sage: type(t)
<type 'list'>
sage: t[0]
{'super': 'gc_2', 'sub': 'gc_1'}
{'sub': 'gc_1', 'super': 'gc_2'}
"""
self._get_ISGCI()
return self.smallgraphs()
Expand Down

0 comments on commit f287fee

Please sign in to comment.