Queer European MD passionate about IT
Davte 5 years ago
parent
commit
e74e38c6ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      davtelepot/api_helper.py

+ 1 - 0
davtelepot/api_helper.py

@@ -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(