Skip to content

Small improvements to shebang on windows docs #1330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 28, 2017

Conversation

mineo
Copy link
Contributor

@mineo mineo commented Apr 27, 2017

The first commit is pretty straightforward, the second one is actually

diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 68687e9f3e..c558214025 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[-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

plus reindentation.

@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA. This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@Mariatta Mariatta added the docs Documentation in the Doc dir label Apr 28, 2017
@Mariatta Mariatta merged commit 80a3da4 into python:master Apr 28, 2017
@Mariatta
Copy link
Member

Thanks and congrats on your first contribution to CPython 🎉

Mariatta pushed a commit to Mariatta/cpython that referenced this pull request Apr 30, 2017
Mariatta pushed a commit to Mariatta/cpython that referenced this pull request Apr 30, 2017
Mariatta added a commit that referenced this pull request Apr 30, 2017
Mariatta added a commit that referenced this pull request Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants