mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +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