mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-16 19:41:07 +03:00
Fix .rst not showing code blocks on "unknown" languages
This commit is contained in:
parent
f1371c3999
commit
ec38bd94d8
|
@ -10,9 +10,7 @@ what other programming languages commonly call classes or structs.
|
|||
Every definition is written as follows for a Telegram object is defined
|
||||
as follows:
|
||||
|
||||
.. code:: tl
|
||||
|
||||
name#id argument_name:argument_type = CommonType
|
||||
``name#id argument_name:argument_type = CommonType``
|
||||
|
||||
This means that in a single line you know what the ``TLObject`` name is.
|
||||
You know it's unique ID, and you know what arguments it has. It really
|
||||
|
|
Loading…
Reference in New Issue
Block a user