From 548009bacd5a3f735f9349c0606a01f152994b4a Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Mon, 23 Sep 2024 14:07:19 +0100 Subject: [PATCH] DOC: Fix spelling --- doc/source/change-log.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/change-log.rst b/doc/source/change-log.rst index babd86f17..6d63b4257 100644 --- a/doc/source/change-log.rst +++ b/doc/source/change-log.rst @@ -8,9 +8,9 @@ v2.0.0 - Final compatibility with NumPy 2 - Minimum NumPy is now 1.22.3. - Removed ``"legacy"`` seeding in favor of using :class:`~numpy.random.SeedSequence`. -- Removed the the vendored copy of ``SeedSequence``. +- Removed the vendored copy of ``SeedSequence``. - Deprecated using the ``mode`` keyword argument to set the seed mode, since only ``SeedSequences`` are supported. -- Changed ``ranomgen.common.BitGenerator`` to inherit from ``numpy.random.BitGenerator`` so that +- Changed ``randomgen.common.BitGenerator`` to inherit from ``numpy.random.BitGenerator`` so that numpy will recognize these as ``BitGenerators``. - Removed C distribution functions that are available in NumPy (see libnpyrandom)`. - General code cleanup and modernization.