Changes between Version 2 and Version 3 of Submitting/wxGUI


Ignore:
Timestamp:
Jun 11, 2014, 8:47:09 PM (10 years ago)
Author:
annakrat
Comment:

formatting

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/wxGUI

    v2 v3  
    2727{{{
    2828#!python
    29     """!
     29"""!
    3030@package dir.example
    3131
     
    5353== Writing the code ==
    5454
    55 Do not use print command unless you know what are you doing.
     55Do not use print command unless you know what you are doing.
    5656
    5757Use `wx.ID_ANY` instead of `-1`.