Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/sage/graphs/generators/platonic_solids.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def TetrahedralGraph():

PLOTTING: The Tetrahedral graph should be viewed in 3 dimensions. We choose
to use a planar embedding of the graph. We hope to add rotatable,
3-dimensional viewing in the future. In such a case, a argument will be
3-dimensional viewing in the future. In such a case, an argument will be
added to select the desired layout.

EXAMPLES:
Expand Down Expand Up @@ -79,7 +79,7 @@ def HexahedralGraph():

PLOTTING: The Hexahedral graph should be viewed in 3 dimensions. We choose
to use a planar embedding of the graph. We hope to add rotatable,
3-dimensional viewing in the future. In such a case, a argument will be
3-dimensional viewing in the future. In such a case, an argument will be
added to select the desired layout.

EXAMPLES:
Expand Down Expand Up @@ -132,7 +132,7 @@ def OctahedralGraph():

PLOTTING: The Octahedral graph should be viewed in 3 dimensions. We choose
to use a planar embedding of the graph. We hope to add rotatable,
3-dimensional viewing in the future. In such a case, a argument will be
3-dimensional viewing in the future. In such a case, an argument will be
added to select the desired layout.

EXAMPLES:
Expand Down Expand Up @@ -177,7 +177,7 @@ def IcosahedralGraph():

PLOTTING: The Icosahedral graph should be viewed in 3 dimensions. We choose
to use a planar embedding of the graph. We hope to add rotatable,
3-dimensional viewing in the future. In such a case, a argument will be
3-dimensional viewing in the future. In such a case, an argument will be
added to select the desired layout.

EXAMPLES:
Expand Down Expand Up @@ -222,7 +222,7 @@ def DodecahedralGraph():

PLOTTING: The Dodecahedral graph should be viewed in 3 dimensions. We
choose to use a planar embedding of the graph. We hope to add rotatable,
3-dimensional viewing in the future. In such a case, a argument will be
3-dimensional viewing in the future. In such a case, an argument will be
added to select the desired layout.

EXAMPLES:
Expand Down
Loading