PY-16765 In Google docstrings smart enter adds colon and indentation after section header

This commit is contained in:
Mikhail Golubev
2015-09-07 22:01:24 +03:00
parent d0b7dee163
commit 3826afdf6c
8 changed files with 110 additions and 3 deletions
@@ -0,0 +1,4 @@
def func():
"""
A<caret>rgs
"""
@@ -0,0 +1,5 @@
def func():
"""
Args:
<caret>
"""
@@ -0,0 +1,4 @@
def f():
"""
Raises: <caret>
"""
@@ -0,0 +1,5 @@
def f():
"""
Raises:
<caret>
"""