Skip to content

Commit 5e9d0cc

Browse files
python -> ipython
1 parent d660590 commit 5e9d0cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ consequences to your code (for example when checking for the ``.dtype`` being
5757
object dtype). To allow testing it in advance of the pandas 3.0 release, this
5858
future dtype inference logic can be enabled in pandas 2.3 with:
5959

60-
.. code-block:: ipython
60+
.. code-block:: python
6161
6262
pd.options.future.infer_string = True
6363
@@ -89,15 +89,15 @@ The new behavioral semantics are explained in more detail in the
8989

9090
The new behavior can be enabled since pandas 2.0 with the following option:
9191

92-
.. code-block:: ipython
92+
.. code-block:: python
9393
9494
pd.options.mode.copy_on_write = True
9595
9696
Some of the behaviour changes allow a clear deprecation, like the changes in
9797
chained assignment. Other changes are more subtle and thus, the warnings are
9898
hidden behind an option that can be enabled since pandas 2.2:
9999

100-
.. code-block:: ipython
100+
.. code-block:: python
101101
102102
pd.options.mode.copy_on_write = "warn"
103103

0 commit comments

Comments
 (0)