simplify sentence

This commit is contained in:
Benjamin Peterson 2017-09-08 10:46:56 -07:00
parent e909d34d27
commit 3111bc70c7
1 changed files with 2 additions and 2 deletions

View File

@ -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