From bacdf4a9fd045b9dbed2b74a403289f116a9fda8 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Fri, 25 Jul 2014 15:15:04 +0200 Subject: [PATCH] doc: grammar corrections toguide/lang.rst --- doc/sources/guide/lang.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sources/guide/lang.rst b/doc/sources/guide/lang.rst index fa9c4c8d9..5ed607098 100644 --- a/doc/sources/guide/lang.rst +++ b/doc/sources/guide/lang.rst @@ -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 -----------------------------------