We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d40572 commit f173216Copy full SHA for f173216
pandas/_testing/asserters.py
@@ -75,7 +75,7 @@ def assert_almost_equal(
75
right : object
76
check_dtype : bool or {'equiv'}, default 'equiv'
77
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
+ then `RangeIndex` and `NumericIndex` with int64 dtype are also considered
79
equivalent when doing type checking.
80
rtol : float, default 1e-5
81
Relative tolerance.
0 commit comments