Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Aug 11, 2020
1 parent 191831c commit c7b51c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_operator.py
Expand Up @@ -184,7 +184,7 @@ class TestAddition(BinaryOperationTests):


@pytest.mark.parametrize("op", [operator.sub, desugar.operator.sub])
class TestSubtaction(BinaryOperationTests):
class TestSubtraction(BinaryOperationTests):

"""Tests for desugar.operator.sub()."""

Expand All @@ -202,7 +202,7 @@ class TestMultiplicaiton(BinaryOperationTests):


@pytest.mark.parametrize("op", [operator.matmul, desugar.operator.matmul])
class TestMatrixMultiplicaiton(BinaryOperationTests):
class TestMatrixMultiplication(BinaryOperationTests):

"""Tests for desugar.operator.matmul()."""

Expand Down

0 comments on commit c7b51c0

Please sign in to comment.