[vlc-commits] python bindings: fix docstring
Olivier Aubert
git at videolan.org
Thu Jun 14 15:27:19 CEST 2012
vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Thu Jun 14 15:25:45 2012 +0200| [49d3d564cb392eaa1a25c85533a6f0681e13d16c] | committer: Olivier Aubert
python bindings: fix docstring
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=49d3d564cb392eaa1a25c85533a6f0681e13d16c
---
override.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/override.py b/override.py
index 93e85d1..b4ec6c3 100644
--- a/override.py
+++ b/override.py
@@ -180,7 +180,7 @@ class MediaList:
"""Add media instance to media list.
The L{lock} should be held upon entering this function.
- @param p_md: a media instance or a MRL.
+ @param mrl: a media instance or a MRL.
@return: 0 on success, -1 if the media list is read-only.
"""
if isinstance(mrl, basestring):
More information about the vlc-commits
mailing list