diff --git a/davtelepot/api_helper.py b/davtelepot/api_helper.py index c2f98f7..1e63e4c 100644 --- a/davtelepot/api_helper.py +++ b/davtelepot/api_helper.py @@ -136,6 +136,7 @@ async def print_api_methods(loop=None, parameters_table = tag break # Stop searching in siblings if is found description += tag.get_text() + # Methods start with a lowercase letter if method_name and method_name[0] == method_name[0].lower(): methods.append( TelegramApiMethod(