Gamer125 / fofix

Automatically exported from code.google.com/p/fofix
0 stars 0 forks source link

Minor typo in "i18n Strings (Unicode)" Paragraph of Google Python classes #1273

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's a typo i found on 
http://code.google.com/edu/languages/google-python-class/strings.html. 

"i18n Strings (Unicode)" Paragraph, precisely.

Variable "unistring" does not exist and therefore the compiler throws an error 
during this exercise. Variable "unistring" in the second section of the 
paragraph should be replaced with "ustring'. Here are the particular lines with 
suggested replacements.

> s = unistring.encode('utf-8')==========> s = ustring.encode('utf-8')
> t == unistring               ==========> s == ustring       

PS Other than that, great classes. Really helpful stuff. Thanks you guys.

K
kirillkondratiev@gmail.com
925 216 3628

Original issue reported on code.google.com by kondrati...@gmail.com on 28 Nov 2011 at 7:52

Attachments:

GoogleCodeExporter commented 8 years ago
This is a google issue not ours

Original comment by matthews...@gmail.com on 10 Mar 2012 at 10:51