Skip to content

Commit 170cc45

Browse files
author
KrishnaSai2020
committed
doctest fix for #42670 (whitespace removal)
1 parent e7a5a91 commit 170cc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ def __call__(self, num: int | float) -> int:
19581958
representing the power of 1000 of the original number. Some examples:
19591959
>>> format_eng = EngFormatter()
19601960
>>> format_eng(0) # for self.accuracy = 0
1961-
' 0'
1961+
'0'
19621962
19631963
>>> format_eng(1000000) # for self.accuracy = 1,
19641964
# self.use_eng_prefix = True

0 commit comments

Comments
 (0)