changeset 3383:dea30b1eb166

doc, core: typos
author Goffi <goffi@goffi.org>
date Thu, 12 Nov 2020 14:53:11 +0100
parents 3b08caa805e7
children f4386002f30f
files doc/installation.rst sat/core/xmpp.py
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"))