Kaydet (Commit) 37d1d967 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Berker Peksag

bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)

(cherry picked from commit d609b0c2)
üst 4b27d512
......@@ -33,7 +33,7 @@ On Windows, invoke the ``venv`` command as follows::
Alternatively, if you configured the ``PATH`` and ``PATHEXT`` variables for
your :ref:`Python installation <using-on-windows>`::
c:\>python -m venv myenv c:\path\to\myenv
c:\>python -m venv c:\path\to\myenv
The command, if run with ``-h``, will show the available options::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment