From 817b3f3fd392f9ff28cfc5c668df52d773388de2 Mon Sep 17 00:00:00 2001 From: Adorilson Bezerra Date: Mon, 31 Aug 2020 21:54:15 -0300 Subject: [PATCH] Doc: Fix the array.fromfile method doc 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/array.rst b/Doc/library/array.rst index ad622627724217..4a4b657032bca1 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -266,4 +266,3 @@ Examples:: `NumPy `_ The NumPy package defines another array type. -