Skip to content

Commit 1834541

Browse files
DOC: small doc fixes
1 parent 4c4d152 commit 1834541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.15.2.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ API changes
2323
a lexically sorted index will have a better performance. (:issue:`2646`)
2424

2525
.. ipython:: python
26+
:okwarning:
2627

2728
df = pd.DataFrame({'jim':[0, 0, 1, 1],
2829
'joe':['x', 'x', 'z', 'y'],
@@ -182,7 +183,7 @@ Bug Fixes
182183

183184

184185

185-
- Bug where ``get_data_google``returned object dtypes (:issue:`3995`)
186+
- Bug where ``get_data_google`` returned object dtypes (:issue:`3995`)
186187

187188
- Bug in ``DataFrame.stack(..., dropna=False)`` when the DataFrame's ``columns`` is a ``MultiIndex``
188189
whose ``labels`` do not reference all its ``levels``. (:issue:`8844`)

0 commit comments

Comments
 (0)