mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-24 08:14:14 +03:00
Fix formatting URLs on the documentation failing for types
This commit is contained in:
parent
d0e66c104a
commit
56302552fb
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user