Skip to content

Commit f53ab00

Browse files
committed
Fixed ReST syntax
1 parent bc33bda commit f53ab00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ New implementation of the parser
4141
--------------------------------
4242

4343
:Implementations: ``v1``, ``v2``
44-
:Version: `0.4.0`+
44+
:Version: ``0.4.0``+
4545
4646
Since version 0.4.0, two implementations of the parser are available:
4747
@@ -63,7 +63,7 @@ Object transformers V1
6363
----------------------
6464

6565
:Implementations: ``v1``
66-
:Version: `0.2.0`+
66+
:Version: ``0.2.0``+
6767
6868
As of version 0.2.0, the notion of *object transformer* from the original
6969
project as been replaced by an *object creator*.
@@ -76,7 +76,7 @@ Object transformers V2
7676
----------------------
7777
7878
:Implementations: ``v2``
79-
:Version: `0.4.0`+
79+
:Version: ``0.4.0``+
8080
8181
The ``v2`` implementation provides a new API for the object transformers.
8282
Please look at the *Usage (V2)* section in this file.
@@ -85,7 +85,7 @@ Bytes arrays
8585
------------
8686

8787
:Implementations: ``v1``
88-
:Version: `0.2.3`+
88+
:Version: ``0.2.3``+
8989
9090
As of version 0.2.3, bytes arrays are loaded as a ``bytes`` object instead of
9191
an array of integers.

0 commit comments

Comments
 (0)