From 7f93962cf4dd5a541734f4597f8f1a24d19ece78 Mon Sep 17 00:00:00 2001 From: Elazrod56 Date: Wed, 19 Apr 2023 22:41:30 +0200 Subject: Modified comment on line 147 to improve spelling --- tests/functional/n/not_callable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/functional/n/not_callable.py b/tests/functional/n/not_callable.py index b0816c0f8..a0411d39e 100644 --- a/tests/functional/n/not_callable.py +++ b/tests/functional/n/not_callable.py @@ -144,7 +144,7 @@ Named = typing.NamedTuple("Named", [("foo", int), ("bar", int)]) named = Named(1, 2) -# NamedTuple is callable, even if it aliased to a attribute +# NamedTuple is callable, even if it aliased to an attribute # See https://github.com/pylint-dev/pylint/issues/1730 class TestNamedTuple: def __init__(self, field: str) -> None: -- cgit v1.2.1