Skip to content

Commit d819f65

Browse files
afeldznicholls
authored andcommitted
DOC: skip evaluation of code in v0.8.0 release notes (pandas-dev#39801)
1 parent 15ec5e3 commit d819f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.8.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ New plotting methods
176176
Vytautas Jancauskas, the 2012 GSOC participant, has added many new plot
177177
types. For example, ``'kde'`` is a new option:
178178

179-
.. ipython:: python
179+
.. code-block:: python
180180
181181
s = pd.Series(
182182
np.concatenate((np.random.randn(1000), np.random.randn(1000) * 0.5 + 3))

0 commit comments

Comments
 (0)