Fix .rst not showing code blocks on "unknown" languages

This commit is contained in:
Lonami Exo 2018-01-20 19:50:48 +01:00
parent f1371c3999
commit ec38bd94d8

View File

@ -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