]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100428: Make float documentation more accurate (#100437)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sat, 24 Dec 2022 20:09:31 +0000 (14:09 -0600)
committerGitHub <noreply@github.com>
Sat, 24 Dec 2022 20:09:31 +0000 (14:09 -0600)
commit2e1a9ce9890aba748a518a39d01d1ea6d623d0d9
treef3b26f8e3be699c5509cac516df7a6276678c62f
parentf5b7b19bf10724d831285fb04e00f763838bd555
gh-100428: Make float documentation more accurate (#100437)

Previously, the grammar did not accept `float("10")`.
Also implement mdickinson's suggestion of removing the indirection.
Doc/library/functions.rst