[docs] [issue31053] Unnecessary argument in command example
KINEBUCHI Tomohiko
report at bugs.python.org
Wed Jul 26 21:17:36 EDT 2017
New submission from KINEBUCHI Tomohiko:
The command example running venv module for Windows has an unnecessary argument.
The following two command examples should be equivalent::
::
c:\>c:\Python35\python -m venv c:\path\to\myenv
::
c:\>python -m venv myenv c:\path\to\myenv
(from https://docs.python.org/3/library/venv.html#creating-virtual-environments)
----------
assignee: docs at python
components: Documentation
messages: 299282
nosy: cocoatomo, docs at python
priority: normal
severity: normal
status: open
title: Unnecessary argument in command example
versions: Python 3.6, Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31053>
_______________________________________
More information about the docs
mailing list