Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52c62d8

Browse files
committed
rephrase
1 parent 8286951 commit 52c62d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/importlib/_bootstrap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ def cache_from_source(path, debug_override=None):
419419
.pyc/.pyo file calculated as if the .py file were imported. The extension
420420
will be .pyc unless sys.flags.optimize is non-zero, then it will be .pyo.
421421
422-
If debug_override is not None, then it must be a boolean and is taken as
423-
the value of bool(sys.flags.optimize) instead.
422+
If debug_override is not None, then it must be a boolean and is used in
423+
place of sys.flags.optimize.
424424
425425
If sys.implementation.cache_tag is None then NotImplementedError is raised.
426426

0 commit comments

Comments
 (0)