Fix typo in test_configuration.py

This commit is contained in:
ZyX 2014-08-30 17:08:32 +04:00
parent 0da40f08a5
commit bfa335d96a
1 changed files with 1 additions and 1 deletions

View File

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