[docs] [issue30208] Small typos in IDLE doc
Mariatta Wijaya
report at bugs.python.org
Mon May 1 13:25:05 EDT 2017
Mariatta Wijaya added the comment:
One PR per branch is correct.
For future reference, preferably the commit hash to be cherry-picked is the one that is merged into CPython's master branch. It can be found at the original PR where it says <coredeveloper> merged commit <hash> into python:master. For PR 1353, it is 9dc2b38.
For this issue, it doesn't make much difference since the PR contains only one commit. For PRs that contain multiple commits, it makes more sense to cherry-pick the squashed commit to master :)
Thanks :)
----------
nosy: +Mariatta
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30208>
_______________________________________
More information about the docs
mailing list