summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-03-05 17:26:46 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-03-05 17:30:59 +0900
commit2f9e7e40c44acae37d0c263c212956ef6038c35b (patch)
treeb5bffccb2c4f6a502a350bef3e40183f56ca8bc9 /main.py
parent45d21685b93f80b67239849b2d2cfe6b217e335a (diff)
downloadgit-repo-2f9e7e40c44acae37d0c263c212956ef6038c35b.tar.gz
Fix: Missing spaces in printed messages
Several messages are printed with the `print` method and the message is split across two lines, i.e.: print('This is a message split' 'across two source code lines') Which causes the message to be printed as: This is a message splitacross two source code lines Add a space at the end of the first line before the line break: print('This is a message split ' 'across two source code lines' Also correct a minor spelling mistake. Change-Id: Ib98d93fcfb98d78f48025fcc428b6661380cff79
Diffstat (limited to 'main.py')
0 files changed, 0 insertions, 0 deletions