Skip to content

Commit 4be5a2a

Browse files
committed
Merge branch 'master' of github.com:pixelneo/vim-python-docstring
2 parents e1807cc + 2dd7b18 commit 4be5a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim-python-docstring
22
This is a plugin to Vim and NeoVim for creating of docstrings.
33

4-
**Breaking change:** Renamed the `g:python_indent` setting to `vpd_indent` because it collided with existing vim setting.
4+
**Breaking change:** Renamed the `g:python_indent` setting to `g:vpd_indent` because it collided with existing vim setting.
55

66
## What it does
77
Docstrings for methods will contain a **list of parameters and their type hints**, **list of raised exceptions** and whether the method **yields** or **raises**.

0 commit comments

Comments
 (0)