mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Sort docs entries alphabetically
This commit is contained in:
parent
c1cd8ec12d
commit
ec667035cd
@ -77,7 +77,8 @@ def generate(source_path, base):
|
|||||||
|
|
||||||
build(source_path)
|
build(source_path)
|
||||||
|
|
||||||
for k, v in all_entities.items():
|
for k, v in sorted(all_entities.items()):
|
||||||
|
v = sorted(v)
|
||||||
entities = []
|
entities = []
|
||||||
|
|
||||||
for i in v:
|
for i in v:
|
||||||
|
Loading…
Reference in New Issue
Block a user