summaryrefslogtreecommitdiffstats
path: root/Doc/library/runpy.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-19 21:07:16 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-19 21:07:16 (GMT)
commitf285bcca280bc3275b33fe78f3fb5a77efd66cb1 (patch)
treecbdfb0ce36f37d9ec3c6b8ee4703c7b96bec4243 /Doc/library/runpy.rst
parent6dbed2e8b3fb90b25e2b99c5e522a5205626d07e (diff)
downloadcpython-f285bcca280bc3275b33fe78f3fb5a77efd66cb1.zip
cpython-f285bcca280bc3275b33fe78f3fb5a77efd66cb1.tar.gz
cpython-f285bcca280bc3275b33fe78f3fb5a77efd66cb1.tar.bz2
Be consistent in the spelling of thread-safe(ty).
Diffstat (limited to 'Doc/library/runpy.rst')
-rw-r--r--Doc/library/runpy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/runpy.rst b/Doc/library/runpy.rst
index 71f896f..896b65d 100644
--- a/Doc/library/runpy.rst
+++ b/Doc/library/runpy.rst
@@ -120,7 +120,7 @@ The :mod:`runpy` module provides two functions:
Note that, unlike :func:`run_module`, the alterations made to :mod:`sys`
are not optional in this function as these adjustments are essential to
- allowing the execution of sys.path entries. As the thread safety
+ allowing the execution of sys.path entries. As the thread-safety
limitations still apply, use of this function in threaded code should be
either serialised with the import lock or delegated to a separate process.