mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
PY-16765 In Google docstrings smart enter adds colon and indentation after section header
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def func():
|
||||
"""
|
||||
A<caret>rgs
|
||||
"""
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
def func():
|
||||
"""
|
||||
Args:
|
||||
<caret>
|
||||
"""
|
||||
@@ -0,0 +1,4 @@
|
||||
def f():
|
||||
"""
|
||||
Raises: <caret>
|
||||
"""
|
||||
@@ -0,0 +1,5 @@
|
||||
def f():
|
||||
"""
|
||||
Raises:
|
||||
<caret>
|
||||
"""
|
||||
Reference in New Issue
Block a user