From 125e93935424fafd03dd65b4b0958071e669f72d Mon Sep 17 00:00:00 2001 From: Felix Soubelet Date: Thu, 14 Nov 2024 16:29:23 +0100 Subject: [PATCH] typo --- tfs/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfs/testing.py b/tfs/testing.py index 3c0fa540..bdea2ba9 100644 --- a/tfs/testing.py +++ b/tfs/testing.py @@ -40,7 +40,7 @@ def assert_tfs_frame_equal( In the case of this helper function, all keys present in `df1`'s headers will be checked for in `df2`'s headers and their corresponding values compared. If given as `True`, - the both headers should be the exact same dictionary. + then both headers should be the exact same dictionary. Args: df1 (TfsDataFrame): The first `TfsDataFrame` to compare.