diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 22:14:21 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | 1ff20905cf6108c86814e9fa0c831256136f221c (patch) | |
tree | a663c564ad2ff13d64fdc82775bd550c15f591aa /python | |
parent | 4be3c9b2205f9db6a42984505061507929e21153 (diff) | |
download | slackbuilds-1ff20905cf6108c86814e9fa0c831256136f221c.tar.gz |
python/py4j: Fix slack-desc.
Diffstat (limited to 'python')
-rw-r--r-- | python/py4j/slack-desc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/py4j/slack-desc b/python/py4j/slack-desc index 4000da2808..1b3521ae74 100644 --- a/python/py4j/slack-desc +++ b/python/py4j/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| py4j: py4j (bridge between Python and Java) py4j: -py4j: Py4J enables Python programs running in a Python interpreter to +py4j: Py4J enables Python programs running in a Python interpreter to py4j: dynamically access Java objects in a Java Virtual Machine. Methods are -py4j: called as if the Java objects resided in the Python interpreter and -py4j: Java collections can be accessed through standard Python collection -py4j: methods. Py4J also enables Java programs to call back Python objects. -py4j: +py4j: called as if the Java objects resided in the Python interpreter and +py4j: Java collections can be accessed through standard Python collection +py4j: methods. Py4J also enables Java programs to call back Python objects. +py4j: +py4j: py4j: -py4j: py4j: |