diff --git a/lua/neogen/configurations/python.lua b/lua/neogen/configurations/python.lua index 5c056ad..c45e6db 100644 --- a/lua/neogen/configurations/python.lua +++ b/lua/neogen/configurations/python.lua @@ -189,8 +189,8 @@ return { { nil, '"""$1' }, { - { "parameters", "type" }, - "%s: %s", + "parameters", + "%s: $1", { before_first_item = { "", "Parameters", "----------" }, type = { "func" } }, }, { "parameters", "\t$1", {} },