Skip to content

Commit 7bef135

Browse files
author
KrishnaSai2020
committed
doctest fix for pandas-dev#42671
1 parent c1aea79 commit 7bef135

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
@@ -1956,7 +1956,7 @@ def __call__(self, num: int | float) -> str:
19561956
"""
19571957
Formats a number in engineering notation, appending a letter
19581958
representing the power of 1000 of the original number. Some examples:
1959-
1959+
>>> format_eng = EngFormatter()
19601960
>>> format_eng(0) # for self.accuracy = 0
19611961
' 0'
19621962

0 commit comments

Comments
 (0)