PY-17002 Suggest types inside unclosed parentheses in Google docstrings

This commit is contained in:
Mikhail Golubev
2015-09-28 15:30:37 +03:00
parent 5a8fcf488a
commit 56ada7d547
5 changed files with 34 additions and 1 deletions
@@ -0,0 +1,6 @@
def f(x, y):
"""
Args:
x (Foo
y (Bar : description
"""