Skip to content

Commit ad729a3

Browse files
author
Release Manager
committed
gh-41035: Fix typo in platonic_solids.py
<!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #41035 Reported by: Eloi Torrents Reviewer(s):
2 parents 3c8c231 + 94fa3ed commit ad729a3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=3e57fc7934730083eab3cabb135a66b971a088b4
3-
sha256=eedf8f844117ad48408e49218128108f950efd7d31b4c62e1e4d5c17fba9265b
2+
sha1=292df34c90f961d2342ae2e1f0462ed68b0ad818
3+
sha256=844358159329742c374d294345b1faa6d6f075a626079dbf052ddd614a9e0e44
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a9c77acf2428df6899d91b1a943b768a22dafed5
1+
a629cf46fee62cdb16b7148bc10cc0f0edde8a96

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)