PY-16870 Complete parameter in Google docstring when there is no colon after them yet

This commit is contained in:
Mikhail Golubev
2015-09-15 11:18:23 +03:00
parent ec3c403fbf
commit 4a73b1fa66
11 changed files with 67 additions and 19 deletions
@@ -0,0 +1,6 @@
def f(x, y):
"""
Args:
x
y (int)
"""