Skip to content

Commit f173216

Browse files
committed
fix stuff
1 parent 7d40572 commit f173216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_testing/asserters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def assert_almost_equal(
7575
right : object
7676
check_dtype : bool or {'equiv'}, default 'equiv'
7777
Check dtype if both a and b are the same type. If 'equiv' is passed in,
78-
then `RangeIndex` and `NuericIndex` with int64 dtype are also considered
78+
then `RangeIndex` and `NumericIndex` with int64 dtype are also considered
7979
equivalent when doing type checking.
8080
rtol : float, default 1e-5
8181
Relative tolerance.

0 commit comments

Comments
 (0)