diff --git a/autoload/SpaceVim/layers/lang/python.vim b/autoload/SpaceVim/layers/lang/python.vim index dc07abc07..1698262d2 100644 --- a/autoload/SpaceVim/layers/lang/python.vim +++ b/autoload/SpaceVim/layers/lang/python.vim @@ -193,19 +193,19 @@ function! s:language_specified_mappings() abort call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'r'], \ 'Coveragepy report', - \ 'coverager eport', 1) + \ 'coverage report', 1) call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 's'], \ 'Coveragepy show', - \ 'coverager show', 1) + \ 'coverage show', 1) call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'e'], \ 'Coveragepy session', - \ 'coverager session', 1) + \ 'coverage session', 1) call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'f'], \ 'Coveragepy refresh', - \ 'coverager refresh', 1) + \ 'coverage refresh', 1) " +Generate {{{ diff --git a/docs/cn/layers/lang/python.md b/docs/cn/layers/lang/python.md index 3526f4c86..90414808e 100644 --- a/docs/cn/layers/lang/python.md +++ b/docs/cn/layers/lang/python.md @@ -174,10 +174,10 @@ pip install --user coverage | 模式 | 快捷键 | 功能描述 | | ------ | ----------- | ----------------- | -| normal | `SPC l c r` | coverager report | -| normal | `SPC l c s` | coverager show | -| normal | `SPC l c e` | coverager session | -| normal | `SPC l c f` | coverager refresh | +| normal | `SPC l c r` | coverage report | +| normal | `SPC l c s` | coverage show | +| normal | `SPC l c e` | coverage session | +| normal | `SPC l c f` | coverage refresh | ### 交互式编程 diff --git a/docs/layers/lang/python.md b/docs/layers/lang/python.md index 004da50a4..4241f7219 100644 --- a/docs/layers/lang/python.md +++ b/docs/layers/lang/python.md @@ -168,10 +168,10 @@ you need to add following snippet into your spacevim configuration file. | Mode | Key Binding | Description | | ------ | ----------- | ----------------- | -| normal | `SPC l c r` | coverager report | -| normal | `SPC l c s` | coverager show | -| normal | `SPC l c e` | coverager session | -| normal | `SPC l c f` | coverager refresh | +| normal | `SPC l c r` | coverage report | +| normal | `SPC l c s` | coverage show | +| normal | `SPC l c e` | coverage session | +| normal | `SPC l c f` | coverage refresh | ### Text objects and motions