Base: Clean up code and improve docstrings in Python Console module

This commit is contained in:
marioalexis
2022-07-24 23:46:58 -03:00
committed by wwmayer
parent c6c2ef1a98
commit c38a6759d9
3 changed files with 92 additions and 123 deletions

View File

@@ -190,7 +190,11 @@ PyDoc_STRVAR(FreeCAD_doc,
);
PyDoc_STRVAR(Console_doc,
"FreeCAD Console\n"
"FreeCAD Console module.\n\n"
"The Console module contains functions to manage log entries, messages,\n"
"warnings and errors.\n"
"There are also functions to get/set the status of the observers used as\n"
"logging interfaces."
);
PyDoc_STRVAR(Base_doc,