zap extra word

This commit is contained in:
Benjamin Peterson 2017-09-15 15:04:43 -07:00
parent beee344f48
commit f43f785dae
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ contents.
The current Python pyc format is the marshaled code object of the module
prefixed by a `magic number`_, the source timestamp, and the source file
size. The presence of a source timestamp means that a pyc is not a deterministic
function of the input files contents—it also depends on the volatile metadata,
the mtime of the source. Thus, the pycs are a barrier to proper reproducibility.
function of the input files contents—it also depends on volatile metadata, the
mtime of the source. Thus, pycs are a barrier to proper reproducibility.
Distributors of Python code are currently stuck with the options of