Skip to content

Commit 2af6973

Browse files
Use correct github issue number
1 parent 023f98f commit 2af6973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ MultiIndex
133133

134134
I/O
135135
^^^
136-
- :meth:`DataFrame.to_excel` was storing decimals as strings instead of numbers (:issue:`50174`)
136+
- :meth:`DataFrame.to_excel` was storing decimals as strings instead of numbers (:issue:`49598`)
137137
-
138138

139139
Period

pandas/tests/io/excel/test_writers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ def test_to_excel_datatypes_preserved(self, tmp_excel):
983983
# datatypes are preserved, except Decimals which should be
984984
# stored as floats
985985

986-
# see gh-50174
986+
# see gh-49598
987987
df = DataFrame(
988988
[
989989
[1.23, "1.23", Decimal("1.23")],

0 commit comments

Comments
 (0)