Skip to content

Commit 6ef2b63

Browse files
committed
PR #35780: better description
1 parent 4da6ccc commit 6ef2b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/graphs/graph_coloring.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ def all_graph_colorings(G, n, count_only=False, hex_colors=False,
162162
returns a dictionary ``{color: [list of vertices]}``
163163
164164
* ``color_classes`` -- boolean (default: ``False``); when set to ``True``,
165-
the method returns only the color classes and ignores parameters
166-
``hex_colors`` and ``vertex_color_dict``
165+
the method returns only a list of the the color classes and ignores
166+
parameters ``hex_colors`` and ``vertex_color_dict``
167167
168168
.. WARNING::
169169

0 commit comments

Comments
 (0)