[gnome-devel-docs/beginners] Better form for GtkApplicationwindow.py.page exercises



commit a27dd0beccc14c1670d26220fc80b8fa3bac8dad
Author: Marta Maria Casetti <mmcasetti gmail com>
Date:   Mon Aug 5 11:30:15 2013 +0200

    Better form for GtkApplicationwindow.py.page exercises
    
    Some brackets eliminated, exercises written in a clearer language.

 beginners-docs/C/GtkApplicationWindow.py.page |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/beginners-docs/C/GtkApplicationWindow.py.page b/beginners-docs/C/GtkApplicationWindow.py.page
index 91accd6..73442a0 100644
--- a/beginners-docs/C/GtkApplicationWindow.py.page
+++ b/beginners-docs/C/GtkApplicationWindow.py.page
@@ -71,10 +71,10 @@
   <title>Exercises</title>
 
   <p>Instead of line 15 we could have a similar line somewhere else. Can you 
-  guess what and where? [Are you really lost? Look at line 11 in the 
-  <link xref="window.py"/> example.]</p>
+  guess what and where? If you are lost, you can look at line 11 in the 
+  <link xref="window.py"/> example.</p>
   
-  <p>Similarly: can you find another way to set the title of the window?</p>
+  <p>Can you find another way to set the title of the window?</p>
 
   <p>Modify the code to print to terminal the number of windows created by the 
   application after the <code><var>app</var>.run(sys.argv)</code> method 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]