gh-148488: Clarify py -V documentation examples#153308
Conversation
Documentation build overview
|
|
It's almost certainly not enough of a change to satisfy @serhiy-storchaka, but it's a PR right in front of us, so I'm inclined to merge it. Serhiy, want to make any suggestions? Would this clarification have helped make it clearer? |
|
Sorry, it does not satisfy me. I created separate PR #153427. |
|
Thanks for the clarification and for proposing the updated wording. If you think it would be helpful, I'm happy to update my PR to match your suggested wording. |
There's no need for that, we've got two PRs now, so we'll iterate them both and commit the one that makes the most sense. I just commented on Serhiy's PR and some factual inaccuracies that I don't want being written in this early introduction. I'm still a fan of "not saying too much" here. |
Summary
Clarify that the
py -Vexamples in the Windows documentation are illustrative.This small documentation change helps reduce ambiguity around the examples while keeping the section tutorial-oriented, without describing the underlying parsing behavior or implementation details.
No runtime behavior is changed.
Close: gh-148488