fixed doc

This commit is contained in:
Andreas Preikschat 2011-03-02 19:07:07 +01:00
parent 58e91aec7e
commit aba791e46a
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class ScreenList(object):
Returns a list with the screens. This should only be used to display
available screens to the user::
[u'Screen 1 (primary)', Screen 2']
[u'Screen 1 (primary)', u'Screen 2']
"""
screen_list= []
for screen in self.screen_list: