Skip to content

Commit 65acb21

Browse files
authored
Update v1.1.0.rst
1 parent ff27f52 commit 65acb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ I/O
956956
- Bug in :meth:`~DataFrame.to_excel` could not handle the column name `render` and was raising an ``KeyError`` (:issue:`34331`)
957957
- Bug in :meth:`~SQLDatabase.execute` was raising a ``ProgrammingError`` for some DB-API drivers when the SQL statement contained the `%` character and no parameters were present (:issue:`34211`)
958958
- Bug in :meth:`~pandas.io.stata.StataReader` which resulted in categorical variables with difference dtypes when reading data using an iterator. (:issue:`31544`)
959-
- Bug in :meth:`~DataFrame.to_json` with 'table' orient was writting wrong index field name for MultiIndex Dataframe with a single level. (:issue:`29928`)
959+
- Bug in :meth:`~DataFrame.to_json` with 'table' orient was writing wrong index field name for MultiIndex Dataframe with a single level. (:issue:`29928`)
960960

961961
Plotting
962962
^^^^^^^^

0 commit comments

Comments
 (0)