--- 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):