Skip to content

Commit

Permalink
Merge pull request #446 from donkirkby/patch-1
Browse files Browse the repository at this point in the history
Typo fix in tutorial
  • Loading branch information
freakboy3742 committed Apr 12, 2018
2 parents 6c9851b + 707fbc6 commit db26e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial-0.rst
Expand Up @@ -54,7 +54,7 @@ We can set style properties of the button::

button.style.padding = 50

What we've done here is say that the button with have a padding of 50 pixels
What we've done here is say that the button will have a padding of 50 pixels
on all sides. If we wanted to define padding of 20 pixels on top of the
button, we could have defined ``padding_top = 20``, or we could have specified
the ``padding = (20, 50, 50, 50)``.
Expand Down

0 comments on commit db26e29

Please sign in to comment.