summaryrefslogtreecommitdiffstats
path: root/Doc/library/venv.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/venv.rst')
-rw-r--r--Doc/library/venv.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 0f963d2..5f6f90b 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -261,6 +261,7 @@ subclass which installs setuptools and pip into a created venv::
else:
sys.stderr.write(s.decode('utf-8'))
sys.stderr.flush()
+ stream.close()
def install_script(self, context, name, url):
_, _, path, _, _, _ = urlparse(url)