Wiki

Changes between Version 2 and Version 3 of Print

Show
Ignore:
Timestamp:
05/02/13 22:54:16 (12 years ago)
Author:
nerdzero
Comment:

minor

Legend:

Unmodified
Added
Removed
Modified
  • Print

    v2 v3  
    8585sw = StringWriter() 
    8686print to sw 
    87     print "Redirected to the StringWriter' 
     87    print 'Redirected to the StringWriter' 
    8888s = sw.toString 
    8989assert s.contains('Redirected to the StringWriter')