Skip to content

Commit c238b50

Browse files
author
Nico Cernek
committed
linting
1 parent 11ec7d0 commit c238b50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v1.0.0.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,14 @@ New repr for :class:`~pandas.arrays.IntervalArray`
298298

299299
.. ipython:: python
300300
301-
left_df = pd.DataFrame({"colors": ["blue", "red"]}, index = pd.Index([0, 1]))
302-
right_df = pd.DataFrame({"hats": ["small", "big"]}, index = pd.Index([1, 0]))
301+
left_df = pd.DataFrame({"colors": ["blue", "red"]}, index=pd.Index([0, 1]))
302+
right_df = pd.DataFrame({"hats": ["small", "big"]}, index=pd.Index([1, 0]))
303303
304304
*pandas 0.25.x*
305305

306306
.. ipython:: python
307307
left_df.merge(right_df, left_index=True, right_index=True, how="right")
308-
colors hats
308+
colors hats
309309
0 blue big
310310
1 red small
311311

0 commit comments

Comments
 (0)