Skip to content

Commit 8aab590

Browse files
committed
#251-Fix typos in comments and code
Completed. Fully validated.
1 parent a49b1cf commit 8aab590

22 files changed

+22
-22
lines changed

Python3.10/unit_tests/test_listindexstate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#=============================================================================
3131
class TestListIndexState:
32-
"""Tests class SplitMix64.
32+
"""Tests class ListIndexState.
3333
"""
3434

3535
#-------------------------------------------------------------------------

Python3.10/unit_tests/test_pcg128_64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
#=============================================================================
30-
class TestCwg128_64:
30+
class TestPcg128_64:
3131
"""Tests class Pcg128_64.
3232
"""
3333

Python3.10/unit_tests/test_pcg64_32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
#=============================================================================
30-
class TestCwg64_32:
30+
class TestPcg64_32:
3131
"""Tests class Pcg64_32.
3232
"""
3333

Python3.11/unit_tests/test_listindexstate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#=============================================================================
3131
class TestListIndexState:
32-
"""Tests class SplitMix64.
32+
"""Tests class ListIndexState.
3333
"""
3434

3535
#-------------------------------------------------------------------------

Python3.11/unit_tests/test_pcg128_64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
#=============================================================================
30-
class TestCwg128_64:
30+
class TestPcg128_64:
3131
"""Tests class Pcg128_64.
3232
"""
3333

Python3.11/unit_tests/test_pcg64_32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
#=============================================================================
30-
class TestCwg64_32:
30+
class TestPcg64_32:
3131
"""Tests class Pcg64_32.
3232
"""
3333

Python3.12/unit_tests/test_listindexstate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#=============================================================================
3131
class TestListIndexState:
32-
"""Tests class SplitMix64.
32+
"""Tests class ListIndexState.
3333
"""
3434

3535
#-------------------------------------------------------------------------

Python3.12/unit_tests/test_pcg128_64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
#=============================================================================
30-
class TestCwg128_64:
30+
class TestPcg128_64:
3131
"""Tests class Pcg128_64.
3232
"""
3333

Python3.12/unit_tests/test_pcg64_32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
#=============================================================================
30-
class TestCwg64_32:
30+
class TestPcg64_32:
3131
"""Tests class Pcg64_32.
3232
"""
3333

Python3.13/unit_tests/test_listindexstate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#=============================================================================
3131
class TestListIndexState:
32-
"""Tests class SplitMix64.
32+
"""Tests class ListIndexState.
3333
"""
3434

3535
#-------------------------------------------------------------------------

0 commit comments

Comments
 (0)