Skip to content

Commit f61d8a4

Browse files
committed
Fix indentation in comment.
1 parent 2558b74 commit f61d8a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3407,7 +3407,7 @@ def bar(self, arg: int | str):
34073407
def _(self, arg: typing.Self):
34083408
return arg
34093409

3410-
# 'self' cannot be the only parameter
3410+
# 'self' cannot be the only parameter
34113411
with self.assertRaises(TypeError):
34123412
class Foo:
34133413
@functools.singledispatchmethod

0 commit comments

Comments
 (0)