diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-14 02:50:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-14 02:50:55 (GMT) |
commit | 8ee679f0ce8b14a5ff9de397280b63db6e142d6d (patch) | |
tree | de085aaf3491ea3570b28a80fec8e2f6e6a70194 /Doc/lib/libintro.tex | |
parent | 4124a0b343dcac70bbdc853d190e269a0d19e830 (diff) | |
download | cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.zip cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.gz cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.bz2 |
Minor changes to match the style guide.
Diffstat (limited to 'Doc/lib/libintro.tex')
-rw-r--r-- | Doc/lib/libintro.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libintro.tex b/Doc/lib/libintro.tex index c17484f..62434cd 100644 --- a/Doc/lib/libintro.tex +++ b/Doc/lib/libintro.tex @@ -24,7 +24,7 @@ interfaces that are highly specific to Python, like printing a stack trace; some provide interfaces that are specific to particular operating systems, such as access to specific hardware; others provide interfaces that are -specific to a particular application domain, like the World-Wide Web. +specific to a particular application domain, like the World Wide Web. Some modules are available in all versions and ports of Python; others are only available when the underlying system supports or requires them; yet others are available only when a particular configuration |