diff -r 423835fb1204 -r 1d85539ac41a UtilitiesPython2/Tools.py --- a/UtilitiesPython2/Tools.py Sat Jun 29 18:40:45 2013 +0200 +++ b/UtilitiesPython2/Tools.py Sun Jun 30 20:03:24 2013 +0200 @@ -69,7 +69,7 @@ def readEncodedFile(filename): """ - Function to read a file and decode it's contents into proper text. + Function to read a file and decode its contents into proper text. @param filename name of the file to read (string) @return tuple of decoded text and encoding (string, string)