mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
fixed PY-12826 Remove unused parameter: remove references in the docstrings
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
def foo(r<caret>):
|
||||
"""
|
||||
|
||||
:param r:
|
||||
:param r: some parameter
|
||||
:type r: int
|
||||
:return:
|
||||
"""
|
||||
def a():
|
||||
|
||||
Reference in New Issue
Block a user