Skip to content

Commit

Permalink
Merge pull request #233 from belm0/patch-1
Browse files Browse the repository at this point in the history
spelling typo in test function name
  • Loading branch information
bbayles committed Oct 23, 2018
2 parents b4afceb + 0332810 commit 90a27b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion more_itertools/tests/test_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def test_partial_permutation(self):
class RandomCombinationTests(TestCase):
"""Tests for ``random_combination()``"""

def test_psuedorandomness(self):
def test_pseudorandomness(self):
"""ensure different subsets of the iterable get returned over many
samplings of random combinations"""
items = range(15)
Expand Down

0 comments on commit 90a27b0

Please sign in to comment.