]> granicus.if.org Git - python/commitdiff
rephrase
authorBenjamin Peterson <benjamin@python.org>
Wed, 26 Sep 2012 04:25:10 +0000 (00:25 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 26 Sep 2012 04:25:10 +0000 (00:25 -0400)
Lib/importlib/_bootstrap.py

index 5c4d2c6adc6e8fd88f3e8749641051c7573ebfa5..224b4dc727968a72293f0a2eafca0feef911c5e6 100644 (file)
@@ -419,8 +419,8 @@ def cache_from_source(path, debug_override=None):
     .pyc/.pyo file calculated as if the .py file were imported.  The extension
     will be .pyc unless sys.flags.optimize is non-zero, then it will be .pyo.
 
-    If debug_override is not None, then it must be a boolean and is taken as
-    the value of bool(sys.flags.optimize) instead.
+    If debug_override is not None, then it must be a boolean and is used in
+    place of sys.flags.optimize.
 
     If sys.implementation.cache_tag is None then NotImplementedError is raised.