Fix typos (.:: should typically just be ::).#6165
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
I think it should be rather . ::.
| "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.
This should be . :: (needed a space between . and ::).
There was a problem hiding this comment.
:: gets displayed as :, so it's wrong to add a point before it.
There was a problem hiding this comment.
:: 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.
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?
| "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.
:: 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: