[Pkg-mpd-commits] [python-mpd] 195/262: README.rst: fix typo in range example

Simon McVittie smcv at debian.org
Sun May 22 18:16:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit c0f536989d05591a0889a267e39debfda5c62296
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Tue Feb 19 10:50:33 2013 +0100

    README.rst: fix typo in range example
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 26aa58d..bec3194 100644
--- a/README.rst
+++ b/README.rst
@@ -174,7 +174,7 @@ by using two element tuple::
      'file: song2.mp3',
      'file: song3.mp3',
      'file: song4.mp3']
-    >>> client.move((0:3), 1)
+    >>> client.move((0,3), 1)
     >>> client.status()
     ['file: song4.mp3'
      'file: song1.mp3',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list