simplify sentence
This commit is contained in:
parent
e909d34d27
commit
3111bc70c7
|
@ -69,8 +69,8 @@ depends on the contents of the bit field.
|
|||
|
||||
If the bit field is 0, the pyc is a traditional timestamp-based pyc. I.e., the
|
||||
third and forth words will be the timestamp and file size respectively, and
|
||||
invalidation will be done by comparing the timestamp and file size of the source
|
||||
file with that in the header.
|
||||
invalidation will be done by comparing the metadata of the source file with that
|
||||
in the header.
|
||||
|
||||
If the lowest bit of the bit field is set, the pyc is a hash-based pyc. We call
|
||||
the second lowest bit the ``check_source`` flag. Following the bitset is a
|
||||
|
|
Loading…
Reference in New Issue