Skip to content

Commit

Permalink
Merge pull request #3340 from yuvallanger/patch-1
Browse files Browse the repository at this point in the history
Refering to a source line by its number
  • Loading branch information
akshayaurora committed May 6, 2015
2 parents 8ceb504 + ab37f48 commit a696b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sources/guide/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Lets extend this application a bit, say a simple UserName/Password page.
if __name__ == '__main__':
MyApp().run()
At the next line we import a :class:`~kivy.uix.gridlayout.Gridlayout`::
At line 2 we import a :class:`~kivy.uix.gridlayout.Gridlayout`::

from kivy.uix.gridlayout import GridLayout

Expand Down

0 comments on commit a696b76

Please sign in to comment.