]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Doc: Fix the array.fromfile method doc (GH-22037)
authorAdorilson Bezerra <adorilson@gmail.com>
Mon, 26 Apr 2021 14:19:21 +0000 (11:19 -0300)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 14:19:21 +0000 (07:19 -0700)
commitbd25bcd37a3a41a0e08208e969f0c02287850c61
treeea5a99a3906d2b3558e17fb4871ae783aaf0d6c8
parent5f87915d4af724f375b00dde2b948468d3e4ca97
Doc: Fix the array.fromfile method doc (GH-22037)

The check about the f argument type was removed in this commit:
https://github.com/python/cpython/commit/2c94aa567e525c82041ad68a3174d8c3acbf37e2

Thanks for Pedro Arthur Duarte (pedroarthur.jedi at gmail.com) by the help with
this bug.
Doc/library/array.rst