]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document func parameter of locale.atof (GH-18183)
authorKevin Locke <kevin@kevinlocke.name>
Sat, 2 Apr 2022 19:52:05 +0000 (19:52 +0000)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 19:52:05 +0000 (12:52 -0700)
commit208da6d508bb2683732151f4ae288dfc8001267c
tree29bbfdb47609a17a342c31d9d36b7548afc97e26
parent677a87946630c5fbd9998969669b4dd4f4b32545
Document func parameter of locale.atof (GH-18183)

The second parameter (named `func`) has been present since the `locale`
module was introduced in eef1d4e8b1, but has never been documented.

This commit updates the documentation for `locale.atof` to clarify the
behavior of the function and how the `func` parameter is used.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
Doc/library/locale.rst