[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] Typo fix
From:       Dmitry Shachnev <mitya57 () ubuntu ! com>
Date:       2018-10-12 9:08:38
Message-ID: 20181012090838.GA4349 () mitya57 ! me
[Download RAW message or body]

Hi Phil,

Attached is a fix for a small typo (interger → integer) in PyQt5 code found
by Debian's lintian tool.

--
Dmitry Shachnev

["typo.diff" (text/x-diff)]

diff --git a/sip/QtDBus/qdbusargument.sip b/sip/QtDBus/qdbusargument.sip
index 20038a01..be86c2a9 100644
--- a/sip/QtDBus/qdbusargument.sip
+++ b/sip/QtDBus/qdbusargument.sip
@@ -95,7 +95,7 @@ static PyObject *qdbusargument_add(QDBusArgument *arg, PyObject *obj, int mtype)
         else
         {
             PyErr_Format(PyExc_ValueError,
-                    "%d is an invalid QMetaType::Type for an interger object",
+                    "%d is an invalid QMetaType::Type for an integer object",
                     mtype);
             iserr = 1;
         }

[Attachment #4 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic