Skip to content

Commit 8e96e64

Browse files
author
gshiba
committed
Fix typo
1 parent cc1e14c commit 8e96e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/formats/test_format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ def test_to_string_no_index(self):
12741274

12751275
df_s = df.to_string(index=False)
12761276
# Leading space is expected for positive numbers.
1277-
expected = (" x y z\n
1277+
expected = (" x y z\n"
12781278
" 11 33 AAA\n"
12791279
" 22 -44 ")
12801280
assert df_s == expected

0 commit comments

Comments
 (0)