Skip to content

Commit 5553bd3

Browse files
committed
#39932: more changes
1 parent e8e7446 commit 5553bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/graphs/planarity.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def is_planar(g, kuratowski=False, set_pos=False, set_embedding=False, immutable
5757
5858
- ``immutable`` -- boolean (default: ``None``); whether to create a
5959
mutable/immutable graph. ``immutable=None`` (default) means that
60-
the graph and the kuratowski subgraph will behave the same way.
60+
the graph and the Kuratowski subgraph will behave the same way.
6161
This parameter is ignored when ``kuratowski=False``.
6262
6363
EXAMPLES::
@@ -157,7 +157,7 @@ def is_planar(g, kuratowski=False, set_pos=False, set_embedding=False, immutable
157157
gp_Free(&theGraph)
158158
return False
159159
# With just the current edges, we have a nonplanar graph,
160-
# so to isolate a kuratowski subgraph, just keep going.
160+
# so to isolate a Kuratowski subgraph, just keep going.
161161
break
162162

163163
status = gp_Embed(theGraph, EMBEDFLAGS_PLANAR)

0 commit comments

Comments
 (0)