src/eric7/QScintilla/DocstringGenerator/EricdocGenerator.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/QScintilla/DocstringGenerator/EricdocGenerator.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/QScintilla/DocstringGenerator/EricdocGenerator.py	Sat Apr 20 18:01:36 2024 +0200
@@ -8,7 +8,7 @@
 """
 
 
-def generateDoc(functionInfo, editor):  # noqa: U100
+def generateDoc(functionInfo, _editor):
     """
     Function to generate the docstring line list iaw. eric documentation
     style.
@@ -19,7 +19,7 @@
     @param functionInfo object containing the function information to base
         the docstring on
     @type FunctionInfo
-    @param editor reference to the editor
+    @param _editor reference to the editor  (unused)
     @type Editor
     @return list of docstring lines
     @rtype str

eric ide

mercurial