]> git.sesse.net Git - vlc/blobdiff - bindings/python-ctypes/README
python-ctypes: cosmetic fixes in README
[vlc] / bindings / python-ctypes / README
index a5516f998de97afba746415c2cbcf610a6e46392..49f47d2b7a3b16790017168ab0221a48b66c7a3b 100644 (file)
@@ -1,4 +1,4 @@
-* Python ctypes-based bindings
+* Python ctypes-based and java bindings
 
 The bindings use ctypes to directly call the libvlc dynamic lib, and
 the code is generated from the include files defining the public API.
@@ -16,8 +16,8 @@ The module offers two ways of accessing the API - a raw access to all
 exported methods, and more convenient wrapper classes :
 
 - Raw access: methods are available as attributes of the vlc
-  module. Use their docstring (introspective shells like ipython are
-  your friends) to explore them.
+  module. Use their docstring (any introspective shell like ipython is
+  your friends) to explore them. 
 
 - Wrapper classes: most major structures of the libvlc API (Instance,
   Media, MediaPlayer, etc) are wrapped as classes, with shorter method