mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
PY-16870 Complete parameter in Google docstring when there is no colon after them yet
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
def f(x, y):
|
||||
"""
|
||||
Args:
|
||||
x
|
||||
y (int)
|
||||
"""
|
||||
Reference in New Issue
Block a user