Skip to content

Commit

Permalink
docs: Don't apply the syntax highlighting of python
Browse files Browse the repository at this point in the history
The syntax highlighting of pyhon is applied in the example
of read() and write() transactions.
For readability, don't apply the syntax highlighting.

Signed-off-by: Justin Yang <justin.yang@themedium.io>
  • Loading branch information
justin-themedium authored and denyeart committed Sep 23, 2021
1 parent 70ff46a commit f9027a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/readwrite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ shows the snapshot of the world state against which the transactions are
simulated and the sequence of read and write activities performed by
each of these transactions.

::
.. code-block:: none
World state: (k1,1,v1), (k2,1,v2), (k3,1,v3), (k4,1,v4), (k5,1,v5)
T1 -> Write(k1, v1'), Write(k2, v2')
Expand Down

0 comments on commit f9027a4

Please sign in to comment.