example problem with formatting is pep8:

'String format with {data} that has {multiple} tags to be 
{process}'.format(data='text',
    multiple='different', process='formatted')

will fail pep8 - it has to be formatted like:

'String format with {data} that has {multiple} tags to be 
{process}'.format(data='text',
                                                                            
multiple='different',
                                                                            
process='formatted')

-- 
https://code.launchpad.net/~alisonken1/openlp/strings_projector_pjlink/+merge/292065
Your team OpenLP Core is requested to review the proposed merge of 
lp:~alisonken1/openlp/strings_projector_pjlink into lp:openlp.

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to