1
0

Fix typos

This commit is contained in:
Dimitris Apostolou
2018-04-15 20:45:30 +03:00
committed by Johann Bauer
parent 5b2b59420f
commit 989c9c2b55
37 changed files with 57 additions and 57 deletions

View File

@@ -34,7 +34,7 @@ from electrum.i18n import _
from electrum.util import PrintError
# The trickiest thing about this handler was getting windows properly
# parented on MacOSX.
# parented on macOS.
class QtHandlerBase(QObject, PrintError):
'''An interface between the GUI (here, QT) and the device handling
logic for handling I/O.'''