Skip to content

Commit c03da82

Browse files
committed
sage.graphs.graph: fix typo "Peterson"
1 parent 7cecec2 commit c03da82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9567,7 +9567,7 @@ def is_projective_planar(self, return_map=False):
95679567
95689568
EXAMPLES:
95699569
9570-
The Peterson graph is a known projective planar graph::
9570+
The Petersen graph is a known projective planar graph::
95719571
95729572
sage: P = graphs.PetersenGraph()
95739573
sage: P.is_projective_planar()

0 commit comments

Comments
 (0)