diff --git a/src/scripts/gendoc/doc_class.template b/src/scripts/gendoc/doc_class.template index 6daaa5f087..3bf624ba59 100644 --- a/src/scripts/gendoc/doc_class.template +++ b/src/scripts/gendoc/doc_class.template @@ -72,7 +72,7 @@ ${IMPLEMENT_FULL(impl=impl, cls=cls)}$ \\ -No Methods defined in this class. +No methods defined in this class. ===== Inherited members ===== diff --git a/src/scripts/gendoc/doc_macros.include b/src/scripts/gendoc/doc_macros.include index 1e62a2b62e..483c3d4e91 100644 --- a/src/scripts/gendoc/doc_macros.include +++ b/src/scripts/gendoc/doc_macros.include @@ -256,7 +256,7 @@ interface#! |${PARAM_DIRECTION_TAG(param=par)}$ **${par.name}$**|${par.type.name}$ #! |${BEST_SUMMARY(obj=par)}$ ${BEST_DESCRIPTION(obj=par)}$| -**This function do not accept any parameter.** +**This function does not accept any parameter.** @@ -264,7 +264,7 @@ ${setvar("obj", "func.return_documentation(Eolian_Function_Type.METHOD)")}$#! ^ return ^ description ^ |**${func.method_return_type.name}$**|${BEST_SUMMARY(obj=obj)}$ ${BEST_DESCRIPTION(obj=obj)}$| -**This function do not return anything.** +**This function does not return anything.** diff --git a/src/scripts/gendoc/doc_start.template b/src/scripts/gendoc/doc_start.template index 57526ca51f..3a5ebfefbd 100644 --- a/src/scripts/gendoc/doc_start.template +++ b/src/scripts/gendoc/doc_start.template @@ -6,7 +6,7 @@ This is just a work in progress for the future development of the Python-EFL Unified API. -Pratically there is nothing python related currently in this documentation, +Practically there is nothing python related currently in this documentation, so it can be considered valid for all languages.