mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
parent
eb9aca3c07
commit
46f50726a0
67 changed files with 241 additions and 241 deletions
|
@ -1836,7 +1836,7 @@ class TestGraphs(unittest.TestCase):
|
|||
|
||||
# http://en.wikipedia.org/wiki/Cuboctahedron
|
||||
# 8 triangular faces and 6 square faces
|
||||
# 12 indentical vertices each connecting a triangle and square
|
||||
# 12 identical vertices each connecting a triangle and square
|
||||
|
||||
g = cube(3)
|
||||
cuboctahedron = linegraph(g) # V( --> {V1, V2, V3, V4}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue