Skip to content

Commit cb64e80

Browse files
vbuellYour New Committer Name
authored andcommitted
README markup fixes
1 parent 8f64133 commit cb64e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# python-javaobj
22

33
python-javaobj is a python library that provides functions for reading and writing (writing is WIP currently) Java objects
4-
serialized or will be deserialized by !ObjectOutputStream. This form of object
4+
serialized or will be deserialized by _ObjectOutputStream_. This form of object
55
representation is a standard data interchange format in Java world.
66

77
javaobj module exposes an API familiar to users of the standard library marshal, pickle and json modules.
@@ -11,7 +11,7 @@ javaobj module exposes an API familiar to users of the standard library marshal,
1111
* Java object instance unmarshaling
1212
* Java classes unmarshaling
1313
* Primitive values unmarshaling
14-
* Automatic conversion of Java Collections to python ones (!HashMap => dict, !ArrayList => list, etc)
14+
* Automatic conversion of Java Collections to python ones (_HashMap_ => dict, _ArrayList_ => list, etc)
1515

1616
## Requirements
1717

0 commit comments

Comments
 (0)