From 83e1bad0f8791709405f5356e5c50f48d95104ee Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Fri, 25 Jul 2014 15:45:52 +0200 Subject: [PATCH] doc: remvoed unnecessary commas' from guide/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 96659b3fb..a8c25bf8a 100644 --- a/doc/sources/guide/lang.rst +++ b/doc/sources/guide/lang.rst @@ -463,13 +463,13 @@ Let's start with a little example. First, the Python file named `main.py`: .. include:: ../../../examples/guide/designwithkv/main.py :literal: -In this example, we are creating a Controller class, with 2 properties: +In this example, we are creating a Controller class with 2 properties: * ``info`` for receving some text * ``label_wid`` for receving the label widget -In addition, we are creating a ``do_action()`` method, that will use both of -these properties. It will change the ``info`` text, and change text in the +In addition, we are creating a ``do_action()`` method that will use both of +these properties. It will change the ``info`` text and change text in the ``label_wid`` widget. The layout goes in controller.kv