From 0197d05cf293cfd3a9b25abab1b3ba25002a0bbd Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 9 Aug 2018 20:04:27 +0200 Subject: Use code-block when using a different language. --- docs/abi-spec.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/abi-spec.rst') diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index be645b5c..3c593e54 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -453,7 +453,7 @@ For example, would result in the JSON: -.. code:: json +.. code-block:: json [{ "type":"event", @@ -500,7 +500,7 @@ As an example, the code would result in the JSON: -.. code:: json +.. code-block:: json [ { -- cgit