mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Minor changes to match the style guide.
This commit is contained in:
parent
6e5e1d924c
commit
17f690f96b
7 changed files with 17 additions and 17 deletions
|
@ -33,7 +33,7 @@ on most platforms.
|
|||
|
||||
The Python interpreter and the extensive standard library are freely
|
||||
available in source or binary form for all major platforms from the
|
||||
Python web site, \url{http://www.python.org}, and can be freely
|
||||
Python Web site, \url{http://www.python.org/}, and can be freely
|
||||
distributed. The same site also contains distributions of and
|
||||
pointers to many free third party Python modules, programs and tools,
|
||||
and additional documentation.
|
||||
|
@ -105,7 +105,7 @@ reused in other Python programs. It comes with a large collection of
|
|||
standard modules that you can use as the basis of your programs --- or
|
||||
as examples to start learning to program in Python. There are also
|
||||
built-in modules that provide things like file I/O, system calls,
|
||||
sockets, and even interfaces to GUI toolkits like Tk.
|
||||
sockets, and even interfaces to graphical user interface toolkits like Tk.
|
||||
|
||||
Python is an interpreted language, which can save you considerable time
|
||||
during program development because no compilation and linking is
|
||||
|
@ -745,7 +745,7 @@ The built-in function \function{len()} returns the length of a string:
|
|||
|
||||
Starting with Python 2.0 a new data type for storing text data is
|
||||
available to the programmer: the Unicode object. It can be used to
|
||||
store and manipulate Unicode data (see \url{http://www.unicode.org})
|
||||
store and manipulate Unicode data (see \url{http://www.unicode.org/})
|
||||
and integrates well with the existing string objects providing
|
||||
auto-conversions where necessary.
|
||||
|
||||
|
@ -3936,7 +3936,7 @@ you an idea of what's available.
|
|||
|
||||
The major Python Web site is \url{http://www.python.org/}; it contains
|
||||
code, documentation, and pointers to Python-related pages around the
|
||||
Web. This web site is mirrored in various places around the
|
||||
Web. This Web site is mirrored in various places around the
|
||||
world, such as Europe, Japan, and Australia; a mirror may be faster
|
||||
than the main site, depending on your geographical location. A more
|
||||
informal site is \url{http://starship.python.net/}, which contains a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue