Current Text:

The created pyvenv.cfg file also includes the include-system-site-packages key, set to true if venv is run with the --system-site-packages option, false otherwise.

 

Suggested Change:

The created pyvenv.cfg file also includes the key include-system-site-packages=True if venv is run with the --system-site-packages option, false otherwise.