@@ -33,7 +33,7 @@ \chapter*{Front Matter\label{front}}
3333
3434The Python interpreter and the extensive standard library are freely
3535available in source or binary form for all major platforms from the
36- Python web site, \url {http://www.python.org}, and can be freely
36+ Python Web site, \url {http://www.python.org/ }, and can be freely
3737distributed. The same site also contains distributions of and
3838pointers to many free third party Python modules, programs and tools,
3939and additional documentation.
@@ -105,7 +105,7 @@ \chapter{Whetting Your Appetite \label{intro}}
105105standard modules that you can use as the basis of your programs --- or
106106as examples to start learning to program in Python. There are also
107107built-in modules that provide things like file I/O, system calls,
108- sockets, and even interfaces to GUI toolkits like Tk.
108+ sockets, and even interfaces to graphical user interface toolkits like Tk.
109109
110110Python is an interpreted language, which can save you considerable time
111111during program development because no compilation and linking is
@@ -745,7 +745,7 @@ \subsection{Unicode Strings \label{unicodeStrings}}
745745
746746Starting with Python 2.0 a new data type for storing text data is
747747available to the programmer: the Unicode object. It can be used to
748- store and manipulate Unicode data (see \url {http://www.unicode.org})
748+ store and manipulate Unicode data (see \url {http://www.unicode.org/ })
749749and integrates well with the existing string objects providing
750750auto-conversions where necessary.
751751
@@ -3936,7 +3936,7 @@ \chapter{What Now? \label{whatNow}}
39363936
39373937The major Python Web site is \url {http://www.python.org/}; it contains
39383938code, documentation, and pointers to Python-related pages around the
3939- Web. This web site is mirrored in various places around the
3939+ Web. This Web site is mirrored in various places around the
39403940world, such as Europe, Japan, and Australia; a mirror may be faster
39413941than the main site, depending on your geographical location. A more
39423942informal site is \url {http://starship.python.net/}, which contains a
0 commit comments