Fix the example for the intention "Convert from variadic to normal parameter(s)"

This commit is contained in:
Mikhail Golubev
2016-08-26 14:24:58 +03:00
parent 3819ebde19
commit f064bc60ef
@@ -1,2 +1,2 @@
def foo(foo):
def foo(foo, **kwargs):
doSomething(foo)