diff options
author | Wieland Hoffmann <mineo@users.noreply.github.com> | 2017-04-28 16:12:57 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-04-28 16:12:57 (GMT) |
commit | 80a3da4d4aad0b51893e1e2f696b6252eca80e07 (patch) | |
tree | 46b25cbf052acaaa1cf6c5f31a2dde16fd9a6126 /Doc/using/windows.rst | |
parent | 826f83f1d562a7b878499bc3af2267cfdfe5f2f9 (diff) | |
download | cpython-80a3da4d4aad0b51893e1e2f696b6252eca80e07.zip cpython-80a3da4d4aad0b51893e1e2f696b6252eca80e07.tar.gz cpython-80a3da4d4aad0b51893e1e2f696b6252eca80e07.tar.bz2 |
Improve the grammar in windows.rst (GH-1330)
Diffstat (limited to 'Doc/using/windows.rst')
-rw-r--r-- | Doc/using/windows.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 3e4b70e..68687e9 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -550,9 +550,9 @@ Shebang Lines If the first line of a script file starts with ``#!``, it is known as a "shebang" line. Linux and other Unix like operating systems have native -support for such lines and are commonly used on such systems to indicate how -a script should be executed. This launcher allows the same facilities to be -using with Python scripts on Windows and the examples above demonstrate their +support for such lines and they are commonly used on such systems to indicate +how a script should be executed. This launcher allows the same facilities to +be used with Python scripts on Windows and the examples above demonstrate their use. To allow shebang lines in Python scripts to be portable between Unix and |