# HG changeset patch # User Goffi # Date 1605189191 -3600 # Node ID dea30b1eb166120d1bd029c8b6981d4a2005ce76 # Parent 3b08caa805e7628dcd82f785d576c12aabd38e6b doc, core: typos diff -r 3b08caa805e7 -r dea30b1eb166 doc/installation.rst --- a/doc/installation.rst Tue Oct 20 09:12:38 2020 +0200 +++ b/doc/installation.rst Thu Nov 12 14:53:11 2020 +0100 @@ -21,9 +21,9 @@ have the following dependencies installed first: - Python 3 with development headers -- Python 3 "venv", which may be installed with Python 3 +- Python 3 "venv", which may already be installed with Python 3 - Mercurial -- libcairo 2 with development headers +- libcairo 2 with development header - libjpeg with development headers - libgirepository 1.0 with development headers - libdbus-1 with development headers diff -r 3b08caa805e7 -r dea30b1eb166 sat/core/xmpp.py --- a/sat/core/xmpp.py Tue Oct 20 09:12:38 2020 +0200 +++ b/sat/core/xmpp.py Thu Nov 12 14:53:11 2020 +0100 @@ -556,7 +556,7 @@ - subject - extra @param post_xml_treatments(Deferred): a Deferred which will be called with data - one XML is generated + once XML is generated @return (dict) message data """ data["xml"] = message_elt = domish.Element((None, "message"))