diff --git a/lua/neogen/configurations/python.lua b/lua/neogen/configurations/python.lua index 62997f8..0ff76fc 100644 --- a/lua/neogen/configurations/python.lua +++ b/lua/neogen/configurations/python.lua @@ -285,15 +285,15 @@ return { { "has_identifier", "----------", { type = { "func" } } }, { "parameters", - "%s: $1", + "%s : $1", { after_each = " $1", type = { "func" } }, }, { { "identifier", "type" }, - "%s: %s", + "%s : %s", { after_each = " $1", required = "typed_parameters", type = { "func" } }, }, - { "attributes", "%s: $1", { before_first_item = { "", "Attributes", "----------" } } }, + { "attributes", "%s : $1", { before_first_item = { "", "Attributes", "----------" } } }, { "has_return", "", { type = { "func" } } }, { "has_return", "Returns", { type = { "func" } } }, { "has_return", "-------", { type = { "func" } } },