Skip to content

Commit 3a72b81

Browse files
DOC: remove okwarning/okexcept for fixed issues (#27150)
1 parent af7f2ef commit 3a72b81

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

doc/source/getting_started/10min.rst

-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,6 @@ See the :ref:`Plotting <visualization>` docs.
712712
plt.close('all')
713713
714714
.. ipython:: python
715-
:okwarning:
716715
717716
ts = pd.Series(np.random.randn(1000),
718717
index=pd.date_range('1/1/2000', periods=1000))

doc/source/user_guide/missing_data.rst

-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ You can mix pandas' ``reindex`` and ``interpolate`` methods to interpolate
458458
at the new values.
459459

460460
.. ipython:: python
461-
:okexcept:
462461
463462
ser = pd.Series(np.sort(np.random.uniform(size=100)))
464463

0 commit comments

Comments
 (0)