Skip to content

Commit a56234e

Browse files
typo fix
Co-authored-by: Kurt McKee <contactme@kurtmckee.org>
1 parent 079fb03 commit a56234e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_simpleeval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ class Foo:
13641364
def bar(self):
13651365
yield "Hello, world!"
13661366

1367-
# Test the genertor does work - also adds the `yield` to codecov...
1367+
# Test the generator does work - also adds the `yield` to codecov...
13681368
assert list(Foo().bar()) == ["Hello, world!"]
13691369

13701370
evil = "foo.bar().gi_frame.f_globals['__builtins__'].exec('raise RuntimeError(\"Oh no\")')"

0 commit comments

Comments
 (0)