add 'for example'

This commit is contained in:
Benjamin Peterson 2017-09-15 15:07:40 -07:00
parent f43f785dae
commit 39e9285d47
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Distributors of Python code are currently stuck with the options of
2. distributing pycs and losing reproducibility
3. carefully giving all Python source files a deterministic timestamp
(see https://github.com/python/cpython/pull/296)
(see, for example, https://github.com/python/cpython/pull/296)
4. doing a complicated mixture of 1. and 2. like generating pycs at installation
time