[Pkg-mpd-commits] [python-mpd] 151/262: README.md fix markup
Simon McVittie
smcv at debian.org
Sun May 22 18:16:40 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 969e2defef965f076c3cfb08a4e21127c0e84cc6
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date: Sun Nov 18 10:30:13 2012 +0100
README.md fix markup
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d36587a..db0e1b1 100644
--- a/README.md
+++ b/README.md
@@ -133,8 +133,8 @@ command:
```python
client.send_idle()
-# do something else or use function like [select()](http://docs.python.org/howto/sockets.html#non-blocking-sockets)
-# ex. select([client], [], []) or with [gobject](http://jatreuman.indefero.net/p/python-mpd/page/ExampleIdle/)
+# do something else or use function like select(): http://docs.python.org/howto/sockets.html#non-blocking-sockets
+# ex. select([client], [], []) or with gobject: http://jatreuman.indefero.net/p/python-mpd/page/ExampleIdle/
events = client.fetch_idle()
```
--
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