Skip to content

Commit e8e7446

Browse files
committed
#39932: suggested change
1 parent ece6e54 commit e8e7446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/generic_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5799,7 +5799,7 @@ def is_planar(self, on_embedding=None, kuratowski=False, set_embedding=False,
57995799

58005800
- ``immutable`` -- boolean (default: ``None``); whether to create a
58015801
mutable/immutable graph. ``immutable=None`` (default) means that the
5802-
graph and the kuratowski subgraph will behave the same way.
5802+
graph and the Kuratowski subgraph will behave the same way.
58035803
This parameter is ignored when ``kuratowski=False``.
58045804

58055805
EXAMPLES::

0 commit comments

Comments
 (0)