src/eric7/QScintilla/DocstringGenerator/BaseDocstringGenerator.py

branch
eric7
changeset 10665
66564661c3b5
parent 10439
21c28b0f9e41
child 10683
779cda568acb
--- a/src/eric7/QScintilla/DocstringGenerator/BaseDocstringGenerator.py	Tue Apr 02 12:41:05 2024 +0200
+++ b/src/eric7/QScintilla/DocstringGenerator/BaseDocstringGenerator.py	Thu Apr 04 10:09:56 2024 +0200
@@ -147,7 +147,7 @@
         generatorModuleMapping = {
             "ericdoc": ".EricdocGenerator",
             "numpydoc": ".NumpydocGenerator",
-            "goodledoc": ".GoogledocGenerator",
+            "googledoc": ".GoogledocGenerator",
             "sphinxdoc": ".SphinxdocGenerator",
         }
         with contextlib.suppress(KeyError):

eric ide

mercurial