Skip to content

Commit 94fa3ed

Browse files
authored
Fix typo in platonic_solids.py
1 parent 4e2319b commit 94fa3ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sage/graphs/generators/platonic_solids.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def TetrahedralGraph():
2929
3030
PLOTTING: The Tetrahedral graph should be viewed in 3 dimensions. We choose
3131
to use a planar embedding of the graph. We hope to add rotatable,
32-
3-dimensional viewing in the future. In such a case, a argument will be
32+
3-dimensional viewing in the future. In such a case, an argument will be
3333
added to select the desired layout.
3434
3535
EXAMPLES:
@@ -79,7 +79,7 @@ def HexahedralGraph():
7979
8080
PLOTTING: The Hexahedral graph should be viewed in 3 dimensions. We choose
8181
to use a planar embedding of the graph. We hope to add rotatable,
82-
3-dimensional viewing in the future. In such a case, a argument will be
82+
3-dimensional viewing in the future. In such a case, an argument will be
8383
added to select the desired layout.
8484
8585
EXAMPLES:
@@ -132,7 +132,7 @@ def OctahedralGraph():
132132
133133
PLOTTING: The Octahedral graph should be viewed in 3 dimensions. We choose
134134
to use a planar embedding of the graph. We hope to add rotatable,
135-
3-dimensional viewing in the future. In such a case, a argument will be
135+
3-dimensional viewing in the future. In such a case, an argument will be
136136
added to select the desired layout.
137137
138138
EXAMPLES:
@@ -177,7 +177,7 @@ def IcosahedralGraph():
177177
178178
PLOTTING: The Icosahedral graph should be viewed in 3 dimensions. We choose
179179
to use a planar embedding of the graph. We hope to add rotatable,
180-
3-dimensional viewing in the future. In such a case, a argument will be
180+
3-dimensional viewing in the future. In such a case, an argument will be
181181
added to select the desired layout.
182182
183183
EXAMPLES:
@@ -222,7 +222,7 @@ def DodecahedralGraph():
222222
223223
PLOTTING: The Dodecahedral graph should be viewed in 3 dimensions. We
224224
choose to use a planar embedding of the graph. We hope to add rotatable,
225-
3-dimensional viewing in the future. In such a case, a argument will be
225+
3-dimensional viewing in the future. In such a case, an argument will be
226226
added to select the desired layout.
227227
228228
EXAMPLES:

0 commit comments

Comments
 (0)