Skip to content

Commit 2475c2e

Browse files
fix whitespace
1 parent 660eed4 commit 2475c2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ objects, such as in constructors or IO functions.
3434
Old behavior:
3535

3636
.. code-block:: python
37+
3738
>>> ser = pd.Series(["a", "b"])
3839
0 a
3940
1 b
4041
dtype: object
4142
New behavior:
4243

4344
.. code-block:: python
45+
4446
>>> ser = pd.Series(["a", "b"])
4547
0 a
4648
1 b

0 commit comments

Comments
 (0)