From a40308cad36614b0b63f7b9a568ff80973dce968 Mon Sep 17 00:00:00 2001 From: Terji Petersen Date: Sat, 21 Jan 2023 10:56:28 +0000 Subject: [PATCH] fix stuff --- pandas/_testing/asserters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_testing/asserters.py b/pandas/_testing/asserters.py index 388ca1a0833d6b..a69b10c3844dbe 100644 --- a/pandas/_testing/asserters.py +++ b/pandas/_testing/asserters.py @@ -75,7 +75,7 @@ def assert_almost_equal( right : object check_dtype : bool or {'equiv'}, default 'equiv' Check dtype if both a and b are the same type. If 'equiv' is passed in, - then `RangeIndex` and `NuericIndex` with int64 dtype are also considered + then `RangeIndex` and `NumericIndex` with int64 dtype are also considered equivalent when doing type checking. rtol : float, default 1e-5 Relative tolerance.