Fix typo in description for Python
This commit is contained in:
parent
5bd9d693d3
commit
340076fa61
|
@ -38,7 +38,7 @@ module.exports = {
|
||||||
type: 'string'
|
type: 'string'
|
||||||
default: 'autopep8'
|
default: 'autopep8'
|
||||||
enum: ['autopep8', 'yapf']
|
enum: ['autopep8', 'yapf']
|
||||||
description: "formater used by pybeautifier"
|
description: "formatter used by pybeautifier"
|
||||||
style_config:
|
style_config:
|
||||||
type: 'string'
|
type: 'string'
|
||||||
default: 'pep8'
|
default: 'pep8'
|
||||||
|
|
Loading…
Reference in New Issue