[vlc-devel] commit: python-ctypes: fix spacing in docstring comments (Olivier Aubert )

git version control git at videolan.org
Fri Jul 31 17:30:11 CEST 2009


vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Fri Jul 31 16:59:18 2009 +0200| [8cc51ed5fc93251076c260469344b9556cc16b97] | committer: Olivier Aubert 

python-ctypes: fix spacing in docstring comments

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8cc51ed5fc93251076c260469344b9556cc16b97
---

 bindings/python-ctypes/generate.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bindings/python-ctypes/generate.py b/bindings/python-ctypes/generate.py
index f05411f..e86e171 100755
--- a/bindings/python-ctypes/generate.py
+++ b/bindings/python-ctypes/generate.py
@@ -529,7 +529,7 @@ def generate_wrappers(methods):
                 args=", ".join( p[1] for p in params )
 
             print "    def %s(%s):" % (name, args)
-            print '        """%s\n"""' % fix_python_comment(comment)
+            print '        """%s\n        """' % fix_python_comment(comment)
             if params and params[-1][0] == 'libvlc_exception_t*':
                 # Exception handling
                 print "        e=VLCException()"




More information about the vlc-devel mailing list