Skip to content

Commit fa64091

Browse files
committed
pr: Fix review
1 parent 3ebd19f commit fa64091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_testing/asserters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,9 +1159,9 @@ def assert_frame_equal(
11591159
If True, compare by blocks.
11601160
check_exact : bool, default False
11611161
Whether to compare number exactly. If False, the comparison uses the
1162-
relative tolerance (`rtol`) and absolute tolerance (`atol`)
1162+
relative tolerance (``rtol``) and absolute tolerance (``atol``)
11631163
parameters to determine if two values are considered close,
1164-
according to the formula: `|a - b| <= (atol + rtol * |b|)`.
1164+
according to the formula: ``|a - b| <= (atol + rtol * |b|)``.
11651165
11661166
.. versionchanged:: 2.2.0
11671167

0 commit comments

Comments
 (0)