Fix typo in test_configuration.py

This commit is contained in:
ZyX 2014-08-30 17:08:32 +04:00
parent 0da40f08a5
commit bfa335d96a

View File

@ -94,7 +94,7 @@ config = {
highlighted_string('g', 'str2'), highlighted_string('g', 'str2'),
], ],
'right': [ 'right': [
highlighted_string('f', 'str2', width='auto', align='right'), highlighted_string('f', 'str2', width='auto', align='r'),
], ],
}, },
}, },