Skip to content

Commit 548009b

Browse files
committed
DOC: Fix spelling
1 parent 6f3d711 commit 548009b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/change-log.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ v2.0.0
88
- Final compatibility with NumPy 2
99
- Minimum NumPy is now 1.22.3.
1010
- Removed ``"legacy"`` seeding in favor of using :class:`~numpy.random.SeedSequence`.
11-
- Removed the the vendored copy of ``SeedSequence``.
11+
- Removed the vendored copy of ``SeedSequence``.
1212
- Deprecated using the ``mode`` keyword argument to set the seed mode, since only ``SeedSequences`` are supported.
13-
- Changed ``ranomgen.common.BitGenerator`` to inherit from ``numpy.random.BitGenerator`` so that
13+
- Changed ``randomgen.common.BitGenerator`` to inherit from ``numpy.random.BitGenerator`` so that
1414
numpy will recognize these as ``BitGenerators``.
1515
- Removed C distribution functions that are available in NumPy (see libnpyrandom)`.
1616
- General code cleanup and modernization.

0 commit comments

Comments
 (0)