doc: grammar corrections toguide/lang.rst

This commit is contained in:
Zen-CODE 2014-07-25 15:15:04 +02:00
parent 287d4bc161
commit bacdf4a9fd
1 changed files with 3 additions and 3 deletions

View File

@ -393,9 +393,9 @@ template instead, like so:
text: "repeating the same thing over and over in a comp = fail"
MyBigButt:
This class, created just by the declaration of this rule, inherit from the
Button class and allow to change default values and to create bindings for all
its instances, without adding any new code on the Python side.
This class, created just by the declaration of this rule, inherits from the
Button class and allows us to change default values and create bindings for all
its instances without adding any new code on the Python side.
Re-using styles in multiple widgets
-----------------------------------