Skip to content

Commit 5f5369f

Browse files
committed
Fix format.
1 parent 01913bf commit 5f5369f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ pydocstring.vim
33

44
Pydocstring is a generator for Python docstrings and is capable of automatically
55

6-
* inserting one-line docstrings
7-
* inserting multi-line docstrings
8-
* inserting comments
6+
* inserting one-line docstrings
7+
* inserting multi-line docstrings
8+
* inserting comments
99

1010
This plugin is heavily inspired by `phpdoc.vim <http://www.vim.org/scripts/script.php?script_id=1355>`_ and `sonictemplate.vim <https://github.com/mattn/sonictemplate-vim>`_.
1111

1212
Usage
1313
-----
1414

15-
1. Move your cursor on a `def` or `class` keyword line,
16-
2. type `:Pydocstring` or enter `<C-l>` (default keymapping) and
17-
3. watch a docstring template magically appear below the current line
15+
1. Move your cursor on a `def` or `class` keyword line,
16+
2. type `:Pydocstring` or enter `<C-l>` (default keymapping) and
17+
3. watch a docstring template magically appear below the current line
1818

1919
Settings
2020
--------

0 commit comments

Comments
 (0)