diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:13:37 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:57 -0400 |
commit | bb18597e44040e62e2556b6ffb9b5246d429b9e1 (patch) | |
tree | c4a68ec6d3be31e7c3ec6113ba1ba01de76ec4fa /python/python-nbxmpp | |
parent | 39294f36c816a3312804b1125c1b25b02cd81dcc (diff) |
python/python-nbxmpp: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python-nbxmpp')
-rw-r--r-- | python/python-nbxmpp/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-nbxmpp/README b/python/python-nbxmpp/README index 2c49f671df27..ca1cc30153b9 100644 --- a/python/python-nbxmpp/README +++ b/python/python-nbxmpp/README @@ -4,6 +4,6 @@ applications to use Jabber/XMPP networks in a non-blocking way. This library is initialy a fork of xmpppy one, but using non-blocking sockets. -If you download with wget you should use the --content-disposition option for -that, or you'll end up with a file named 8 (although the slackbuild checks for -this file, too). +If you download with wget you should use the --content-disposition +option for that, or you'll end up with a file named 8 (although the +slackbuild checks for this file, too). |