From 83960267dc097742cb67ef575504afa56f82b102 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 21 Sep 2021 09:18:37 +0200 Subject: DOC: Typos found by codespell --- numpy/core/arrayprint.pyi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/core/arrayprint.pyi') diff --git a/numpy/core/arrayprint.pyi b/numpy/core/arrayprint.pyi index df22efed6..3731e6578 100644 --- a/numpy/core/arrayprint.pyi +++ b/numpy/core/arrayprint.pyi @@ -1,8 +1,8 @@ from types import TracebackType from typing import Any, Optional, Callable, Union, Type, Literal, TypedDict, SupportsIndex -# Using a private class is by no means ideal, but it is simply a consquence -# of a `contextlib.context` returning an instance of aformentioned class +# Using a private class is by no means ideal, but it is simply a consequence +# of a `contextlib.context` returning an instance of aforementioned class from contextlib import _GeneratorContextManager from numpy import ( -- cgit v1.2.1