bpo-30208: DOC: fix small typos in IDLE#1354
Conversation
|
@csabella, thanks for your PR! By analyzing the history of the files in this pull request, we identified @terryjreedy, @birkenfeld and @asvetlov to be potential reviewers. |
| As much as possible, the result of executing Python code with IDLE is the | ||
| same as executing the same code in a console window. However, the different | ||
| interface and operation occasionally affects visible results. For instance, | ||
| interface and operation occasionally affect visible results. For instance, |
There was a problem hiding this comment.
When I wrote this, I thought of 'different interface and operation' as one thing. But if you did not see that, I agree with changing.
There was a problem hiding this comment.
I wondered about that and could read it both ways, but I changed it because the first time I read it, it didn't feel right. And, after thinking about it (before the commit), my reasoning was that 'interface and operation' doesn't seem like an 'it', but more like a 'they'. But, if you meant it as one thing, then I can change it back.
There was a problem hiding this comment.
Too late ;-) Since the intended meaning is the same either way, what matters here is which feels more 'right' for a fresh reader, such as you.
No description provided.