From 0c70787c04d7b0febacb14edfe214cb68d87b6c3 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 31 May 2019 03:13:33 -0400 Subject: MAINT: Misc. typo fixes (#13664) * DOC, MAINT: Misc. typo fixes Found via `codespell` --- numpy/lib/recfunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/recfunctions.py') diff --git a/numpy/lib/recfunctions.py b/numpy/lib/recfunctions.py index 08a9cf09c..fabb509ab 100644 --- a/numpy/lib/recfunctions.py +++ b/numpy/lib/recfunctions.py @@ -146,7 +146,7 @@ def get_names(adtype): def get_names_flat(adtype): """ Returns the field names of the input datatype as a tuple. Nested structure - are flattend beforehand. + are flattened beforehand. Parameters ---------- -- cgit v1.2.1