Skip to content

Commit 7f93962

Browse files
Elazrod56DanielNoord
authored andcommitted
Modified comment on line 147 to improve spelling
1 parent bc9c5c6 commit 7f93962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/n/not_callable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def value(self):
144144
named = Named(1, 2)
145145

146146

147-
# NamedTuple is callable, even if it aliased to a attribute
147+
# NamedTuple is callable, even if it aliased to an attribute
148148
# See https://github.com/pylint-dev/pylint/issues/1730
149149
class TestNamedTuple:
150150
def __init__(self, field: str) -> None:

0 commit comments

Comments
 (0)