[Pkg-mpd-commits] [python-mpd] 137/262: README fix typo

Simon McVittie smcv at debian.org
Sun May 22 18:16:38 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 7e5a547fe922bcd1c850abdb4cdb21cc458dbc24
Author: Jörg Thalheim <jthalheim at gmail.com>
Date:   Fri May 4 16:23:48 2012 +0200

    README fix typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b2ad025..12b2dae 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ To quote the mpd protocol documentation:
 
 In python3 unicode strings are default string type. So just pass these strings as arguments for mpd commands.
 
-For backward compatibility with python-mpd the python2 version accept both unicode strings (ex. u"♥") and unicoded encoded 8-bit strings (ex. "♥").
+For backward compatibility with python-mpd the python2 version accept both unicode strings (ex. u"♥") and unicode encoded 8-bit strings (ex. "♥").
 It returns unicode encoded strings by default for the same reason.
 
 Using unicode strings should be prefered as it makes the transition to python3 easier.

-- 
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