From 18f73445d5526dda62b4ac6f58713b3534cb626d Mon Sep 17 00:00:00 2001 From: mmatera Date: Fri, 10 Jan 2025 09:01:01 -0300 Subject: [PATCH] codespell --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f1aaf1657..1c74c8028 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -61,8 +61,8 @@ API incompatibility ------------------- * ``Matcher`` now requires an additional ``evaluation`` parameter -* ``Romberg`` removed as an ``NIntegrate[]`` method. It is depcrecated in SciPy and is to be removed by SciPy 1.15. -* The signature of the ``Definition.__init__`` now receives a single dict parameter instead of the severa `*values` parameters. +* ``Romberg`` removed as an ``NIntegrate[]`` method. It is deprecated in SciPy and is to be removed by SciPy 1.15. +* The signature of the ``Definition.__init__`` now receives a single dict parameter instead of the several `*values` parameters. * Rule positions in ``Definition.{get|set}_values`` now includes the word ``values``. For example ``pos="up"`` now is ``pos="upvalues"``. * `Definitions.get_ownvalue` now returns a ``BaseElement`` instead of a ``BaseRule`` object.