mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Fix formatting URLs on the documentation failing for types
This commit is contained in:
@@ -512,7 +512,7 @@ def generate_documentation(scheme_file):
|
||||
constructor_names = fmt(constructors, get_class_name)
|
||||
|
||||
request_urls = fmt(methods, get_create_path_for)
|
||||
type_urls = fmt(types, get_create_path_for)
|
||||
type_urls = fmt(types, get_path_for_type)
|
||||
constructor_urls = fmt(constructors, get_create_path_for)
|
||||
|
||||
replace_dict = {
|
||||
|
Reference in New Issue
Block a user