This commit is contained in:
Davte
2020-05-06 15:39:45 +02:00
parent 7a23045479
commit e74e38c6ae

View File

@@ -136,6 +136,7 @@ async def print_api_methods(loop=None,
parameters_table = tag
break # Stop searching in siblings if <table> 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(