aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_dataclasses.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_dataclasses.py')
-rw-r--r--Lib/test/test_dataclasses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dataclasses.py b/Lib/test/test_dataclasses.py
index 33c9fcd1656..a1d9112135a 100644
--- a/Lib/test/test_dataclasses.py
+++ b/Lib/test/test_dataclasses.py
@@ -3695,7 +3695,7 @@ class TestKeywordArgs(unittest.TestCase):
with self.assertRaisesRegex(TypeError, msg):
B(3, 4, 5)
- # Explicitely make a field that follows KW_ONLY be non-keyword-only.
+ # Explicitly make a field that follows KW_ONLY be non-keyword-only.
@dataclass
class C:
a: int