Skip to content

Commit fcba65a

Browse files
authored
DOC: wrap long line for readability (10 Minutes) (#62735)
1 parent cae28f2 commit fcba65a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/user_guide/10min.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,9 @@ Setting a new column automatically aligns the data by the indexes:
318318

319319
.. ipython:: python
320320
321-
s1 = pd.Series([1, 2, 3, 4, 5, 6], index=pd.date_range("20130102", periods=6))
321+
s1 = pd.Series(
322+
[1, 2, 3, 4, 5, 6],
323+
index=pd.date_range("20130102", periods=6))
322324
s1
323325
df["F"] = s1
324326

0 commit comments

Comments
 (0)