Skip to content

Commit

Permalink
Stackless issue python#222: Fix a typo test_otside2 -> test_outside2
Browse files Browse the repository at this point in the history
(cherry picked from commit acfc710)
  • Loading branch information
Anselm Kruis committed Jul 1, 2019
1 parent 191a041 commit b345193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stackless/unittests/test_outside.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def foo():
test_outside()
self.assertEqual(ran[0], True)

def test_otside2(self):
def test_outside2(self):
c = channel()
n = 3
last = [None]
Expand Down

0 comments on commit b345193

Please sign in to comment.