Skip to content

Commit 75146a5

Browse files
committed
Correction of the README file
1 parent b094c3d commit 75146a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ This fork intends to work both on Python 2.7 and Python 3.
2121
Features
2222
========
2323

24-
* Java object instance unmarshaling
25-
* Java classes unmarshaling
26-
* Primitive values unmarshaling
27-
* Automatic conversion of Java Collections to python ones
28-
(_HashMap_ => dict, _ArrayList_ => list, etc)
24+
* Java object instance unmarshaling
25+
* Java classes unmarshaling
26+
* Primitive values unmarshaling
27+
* Automatic conversion of Java Collections to python ones
28+
(_HashMap_ => dict, _ArrayList_ => list, etc)
2929

3030
Requirements
3131
============
3232

33-
* Python >= 2.7 or Python >= 3.2
34-
* Maven 2+ (for building test data of serialized objects.
35-
You can skip it if you do not plan to run tests.py)
33+
* Python >= 2.7 or Python >= 3.2
34+
* Maven 2+ (for building test data of serialized objects.
35+
You can skip it if you do not plan to run tests.py)
3636

3737
Usage
3838
=====

0 commit comments

Comments
 (0)