Skip to content

Commit

Permalink
Fix codespell errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 5, 2022
1 parent 04b7102 commit 099462d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lacking dunder attributes, like `dict.__setitem__`.
## 5.0.7 (2021-04-14)

The decorator module was not passing correctly the defaults inside the
`*args` tuple, thanks to Dan Shult for the fix. Also fixed some mispellings
`*args` tuple, thanks to Dan Shult for the fix. Also fixed some misspellings
in the documentation and integrated codespell in the CI, thanks to
Christian Clauss.

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ with ``functools.singledispatch``, the assertion will break: ``g`` will return
will insert the ``Container`` class right before ``S``.

Notice that here I am not making any bold claim such as "the standard
library algorithm is wrong and my algorithm is right" or viceversa. It
library algorithm is wrong and my algorithm is right" or vice versa. It
just point out that there are some subtle differences. The only way to
understand what is really happening here is to scratch your head by
looking at the implementations. I will just notice that
Expand Down
2 changes: 1 addition & 1 deletion src/tests/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ class ``C`` registered both as ``collections.abc.Iterable`` and
will insert the ``Container`` class right before ``S``.
Notice that here I am not making any bold claim such as "the standard
library algorithm is wrong and my algorithm is right" or viceversa. It
library algorithm is wrong and my algorithm is right" or vice versa. It
just point out that there are some subtle differences. The only way to
understand what is really happening here is to scratch your head by
looking at the implementations. I will just notice that
Expand Down

0 comments on commit 099462d

Please sign in to comment.