commit | 390a0969c1206a37c86961ebf7ef3050681ed8dd | [log] [tgz] |
---|---|---|
author | svelankar <siddharth.velankar@gmail.com> | Wed Mar 08 19:29:01 2017 -0500 |
committer | Brett Cannon <brettcannon@users.noreply.github.com> | Wed Mar 08 16:29:01 2017 -0800 |
tree | 873a67245fc558de628e6a5cdf5a7858fad8a23f | |
parent | 370fd202f1a3d06329ca2dbfdcb22ca1c9de64c0 [diff] |
bpo-29749: Update int() docstring (GH-565) The docstring did not properly represent the fact that the argument to int() was positional-only.