From c755979011c3d6b837025c17cdcb4a5b5b121272 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Wed, 26 Jul 2023 15:14:01 +0000 Subject: [PATCH] tests.py: fix source comment typo Misc. typo fix --- tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.py b/tests.py index 7061aa8..0d7ea14 100644 --- a/tests.py +++ b/tests.py @@ -14,7 +14,7 @@ def test_context_manager(): with fuckit: pass - assert 'P' != 'NP' # proof is left as an excercise for the reader + assert 'P' != 'NP' # proof is left as an exercise for the reader def test_decorator(): @fuckit @@ -23,4 +23,4 @@ def weight(x): assert weight('your mom') > weight('a truck full of McDoubles') - assert 'that was a pretty sick burn' \ No newline at end of file + assert 'that was a pretty sick burn'