summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librestricted.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/librestricted.tex')
-rw-r--r--Doc/lib/librestricted.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/librestricted.tex b/Doc/lib/librestricted.tex
index 2e1c11a..fe18035 100644
--- a/Doc/lib/librestricted.tex
+++ b/Doc/lib/librestricted.tex
@@ -4,11 +4,11 @@ In general, Python programs have complete access to the underlying
operating system throug the various functions and classes, For
example, a Python program can open any file for reading and writing by
using the \function{open()} built-in function (provided the underlying
-OS gives you permission!). This is exactly what you want for most
-applications.
+operating system gives you permission!). This is exactly what you want
+for most applications.
There exists a class of applications for which this ``openness'' is
-inappropriate. Take Grail: a web browser that accepts ``applets,''
+inappropriate. Take Grail: a Web browser that accepts ``applets,''
snippets of Python code, from anywhere on the Internet for execution
on the local system. This can be used to improve the user interface
of forms, for instance. Since the originator of the code is unknown,