Skip to content

Commit

Permalink
Merge pull request #155 from skarzi/patch-1
Browse files Browse the repository at this point in the history
docs: fix typos in CHANGES.rst
  • Loading branch information
youtux committed May 10, 2022
2 parents 19e2ff6 + 89e9daa commit 62a6be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Unreleased

2.2.1
----------
- ``@register()`` decorator now refuses kwargs after the initial specialization. This behaviour was mistakenly introduced in version 2.2.0, and it compicates the usage of the ``register`` function uncecessarily. For example, the following is not allowed anymore:
- ``@register()`` decorator now refuses kwargs after the initial specialization. This behaviour was mistakenly introduced in version 2.2.0, and it complicates the usage of the ``register`` function unnecessarily. For example, the following is not allowed anymore:

.. code-block:: python
Expand Down

0 comments on commit 62a6be7

Please sign in to comment.