correct error in screenmanager docstring

(sm->screen)
This commit is contained in:
Gabriel Pettier 2012-11-08 14:48:30 +01:00
parent b39248367b
commit ad3f5f139f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ screen, you absolutely need to give a name to it::
# Add few screens
for i in xrange(4):
screen = Screen(name='Title %d' % i)
sm.add_widget(sm)
sm.add_widget(screen)
# By default, the first screen added into the ScreenManager will be
# displayed. Then, you can change to another screen: