Skip to content

Commit fb5272d

Browse files
committed
Fixed a formatting issue.
Signed-off-by: nbonnin <[email protected]>
1 parent 377f741 commit fb5272d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/generic/test_generic.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,7 @@ def test_astype_ignores(self):
962962
with pytest.raises(KeyError):
963963
df.astype({"b": str})
964964

965-
# Tests that no KeyError is thrown if ignore is true. Ensures there is no change to the initial DataFrame
965+
# Tests that no KeyError is thrown if ignore is true.
966+
# Ensures there is no change to the initial DataFrame.
966967
df.astype({"b": str}, errors="ignore")
967968
assert df.equals(df_validation)

0 commit comments

Comments
 (0)