-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
Fix typos (.:: should typically just be ::). #6165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be rather . ::
.
@@ -60,7 +60,7 @@ program. So, how do you arrange for the interpreter to handle your Python? | |||
First, you need to make sure that your command window recognises the word | |||
"python" as an instruction to start the interpreter. If you have opened a | |||
command window, you should try entering the command ``python`` and hitting | |||
return.:: | |||
return:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be . ::
(needed a space between .
and ::
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
::
gets displayed as :
, so it's wrong to add a point before it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
::
after a space is not displayed, but just starts a code block. I believe this was the initial intention of the author of this text. See other occurrences of . ::
in the documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following block is clearly the example of the explained sentence. Sentence is "entering the command python
and hitting return", bloc is "C:\Users\YourName> python", so ":" make more sense than "." here, am I wrong?
@@ -60,7 +60,7 @@ program. So, how do you arrange for the interpreter to handle your Python? | |||
First, you need to make sure that your command window recognises the word | |||
"python" as an instruction to start the interpreter. If you have opened a | |||
command window, you should try entering the command ``python`` and hitting | |||
return.:: | |||
return:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
::
after a space is not displayed, but just starts a code block. I believe this was the initial intention of the author of this text. See other occurrences of . ::
in the documentation.
When you're done making the requested changes, leave the comment: |
Thanks @JulienPalard for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
GH-6300 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 7855313) Co-authored-by: Julien Palard <julien@palard.fr>
GH-6301 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit 7855313) Co-authored-by: Julien Palard <julien@palard.fr>
Sorry, @JulienPalard, I could not cleanly backport this to |
Do you mind to create a backport to 2.7 @JulienPalard? |
(cherry picked from commit 7855313) Co-authored-by: Julien Palard <julien@palard.fr>
Found them using: