Skip to content

Commit 6767ec1

Browse files
author
Sandeep P
committed
pandas-dev#26101 removed whitespace
1 parent 500de06 commit 6767ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/util/testing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1159,13 +1159,13 @@ def assert_frame_equal(left, right, check_dtype=True,
11591159
obj : str, default 'DataFrame'
11601160
Specify object name being compared, internally used to show appropriate
11611161
assertion message.
1162-
1162+
11631163
When comparing two numbers, if the first number has magnitude less
11641164
than 1e-5, we compare the two numbers directly and check whether
11651165
they are equivalent within the specified precision. Otherwise, we
11661166
compare the **ratio** of the second number to the first number and
11671167
check whether it is equivalent to 1 within the specified precision.
1168-
1168+
11691169
See Also
11701170
--------
11711171
assert_series_equal : Equivalent method for asserting Series equality.

0 commit comments

Comments
 (0)