mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-05 14:13:06 +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
|
Every definition is written as follows for a Telegram object is defined
|
||||||
as follows:
|
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.
|
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
|
You know it's unique ID, and you know what arguments it has. It really
|
||||||
|
|
Loading…
Reference in New Issue
Block a user