Skip to content

Commit

Permalink
Fix typos (codespell)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Dec 22, 2023
1 parent 50ea4ed commit 050b6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Changed
Fixed
~~~~~

* Respect ``fail_under`` in converage config
* Respect ``fail_under`` in coverage config
* Avoid infinite recursion when loading setuptools from zipped egg
* Manpage now renders reproducibly
* MP doc build now reproducible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_2(self):


class Test3(Test):
# this has class setup by virtue of inheritting from Test
# this has class setup by virtue of inheriting from Test

def test_3(self):
assert self.x

0 comments on commit 050b6c7

Please sign in to comment.