cpython: 0fb96a43d381 (original) (raw)

Mercurial > cpython

changeset 100086:0fb96a43d381

Issue #26034: Improve wording of clear parameter [#26034]

Berker Peksag berker.peksag@gmail.com
date Thu, 28 Jan 2016 09:13:32 +0200
parents 5764cc02244d(current diff)9c5370405393(diff)
children a78cbb2125a8
files
diffstat 1 files changed, 4 insertions(+), 4 deletions(-)[+] [-] Lib/venv/__init__.py 8

line wrap: on

line diff

--- a/Lib/venv/init.py +++ b/Lib/venv/init.py @@ -51,8 +51,8 @@ class EnvBuilder: :param system_site_packages: If True, the system (global) site-packages dir is available to created environments.