summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-06-03 04:42:33 +0530
committerPetr Viktorin <encukou@gmail.com>2019-06-03 01:12:33 +0200
commit0d70227e419ab78c44d81b4ea6ae8aaf769470e6 (patch)
tree7fcafd5e2f1291c61989b119eff03ce7113bc928 /Doc/using
parente584cbff1ea78e700cf9943d50467e3b58301ccc (diff)
downloadcpython-git-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.gz
Fix typos in docs and docstrings (GH-13745)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/windows.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index a1b25ffd25..462e4c2b6c 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -815,7 +815,7 @@ Customizing default Python versions
In some cases, a version qualifier can be included in a command to dictate
which version of Python will be used by the command. A version qualifier
starts with a major version number and can optionally be followed by a period
-('.') and a minor version specifier. Furthermore it is possible to specifiy
+('.') and a minor version specifier. Furthermore it is possible to specify
if a 32 or 64 bit implementation shall be requested by adding "-32" or "-64".
For example, a shebang line of ``#!python`` has no version qualifier, while