]> granicus.if.org Git - python/commitdiff
Fixed typo reported by Vladimir Marangozov <Vladimir.Marangozov@imag.fr>.
authorFred Drake <fdrake@acm.org>
Fri, 20 Feb 1998 00:45:52 +0000 (00:45 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 20 Feb 1998 00:45:52 +0000 (00:45 +0000)
Doc/api.tex
Doc/api/api.tex

index 068add85d9ad46f7bd7670b708387d1439dc6275..ade73cf0bd43da67be4c84e37a852b51570e3bd4 100644 (file)
@@ -2510,7 +2510,7 @@ The Python interpreter is not fully thread safe.  In order to support
 multi-threaded Python programs, there's a global lock that must be
 held by the current thread before it can safely access Python objects.
 Without the lock, even the simplest operations could cause problems in
-a multi-threaded proram: for example, when two threads simultaneously
+a multi-threaded program: for example, when two threads simultaneously
 increment the reference count of the same object, the reference count
 could end up being incremented only once instead of twice.
 
index 068add85d9ad46f7bd7670b708387d1439dc6275..ade73cf0bd43da67be4c84e37a852b51570e3bd4 100644 (file)
@@ -2510,7 +2510,7 @@ The Python interpreter is not fully thread safe.  In order to support
 multi-threaded Python programs, there's a global lock that must be
 held by the current thread before it can safely access Python objects.
 Without the lock, even the simplest operations could cause problems in
-a multi-threaded proram: for example, when two threads simultaneously
+a multi-threaded program: for example, when two threads simultaneously
 increment the reference count of the same object, the reference count
 could end up being incremented only once instead of twice.