We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebd19f commit fa64091Copy full SHA for fa64091
pandas/_testing/asserters.py
@@ -1159,9 +1159,9 @@ def assert_frame_equal(
1159
If True, compare by blocks.
1160
check_exact : bool, default False
1161
Whether to compare number exactly. If False, the comparison uses the
1162
- relative tolerance (`rtol`) and absolute tolerance (`atol`)
+ relative tolerance (``rtol``) and absolute tolerance (``atol``)
1163
parameters to determine if two values are considered close,
1164
- according to the formula: `|a - b| <= (atol + rtol * |b|)`.
+ according to the formula: ``|a - b| <= (atol + rtol * |b|)``.
1165
1166
.. versionchanged:: 2.2.0
1167
0 commit comments