mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix the example for the intention "Convert from variadic to normal parameter(s)"
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
def foo(foo):
|
||||
def foo(foo, **kwargs):
|
||||
doSomething(foo)
|
||||
Reference in New Issue
Block a user