Skip to content

Commit a77c496

Browse files
committed
Fix format.
1 parent 01913bf commit a77c496

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ 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
--------
21-
Pydocstring depends on `softtabstop`.
22-
You need to set like `set softtabstop=4`.
21+
Pydocstring depends on ``softtabstop``.
22+
You need to set like ``set softtabstop=4``.
2323

24-
Example `.vimrc`
24+
Example ``.vimrc``
2525

2626
.. code::
2727

0 commit comments

Comments
 (0)