Skip to content

Commit 410e6b2

Browse files
committed
whitespace etc in README
1 parent 356eefb commit 410e6b2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ clojure-python is a library for Jython interop in Clojure.
33
Overview
44
========
55

6-
Python libraries can be used in Clojure by instantiating
7-
a Jython interpreter via Clojure's excellent Java interop.
8-
However, the way in which Python code is wrapped by Jython
9-
makes interop with Python clumsy and verbose. This library
10-
aims to make Jython interop in Clojure nearly as seamless
11-
as basic java interop.
6+
Python libraries can be used in Clojure by instantiating a Jython interpreter
7+
via Clojure's excellent Java interop. However, the way in which Python code is
8+
wrapped by Jython makes interop with Python clumsy and verbose. This library
9+
aims to make Jython interop in Clojure nearly as seamless as basic java interop.
1210

1311
Usage and Installation
1412
======================
1513

1614
To include as a dependency:
1715
--------------------------
1816

19-
Copy the config section found at http://clojars.org/clojure-python into your dependencies in your project's project.clj.
17+
Copy the config section found at http://clojars.org/clojure-python into your
18+
dependencies in your project's project.clj.
2019

2120
License
2221
=======

0 commit comments

Comments
 (0)