Skip to content

Commit f7826ee

Browse files
fix linting error
1 parent fd7c683 commit f7826ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/io.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -4150,7 +4150,8 @@ results.
41504150

41514151
.. ipython:: python
41524152
4153-
df_mt = pd.DataFrame(np.random.randn(8, 6), index=pd.date_range('1/1/2000', periods=8),
4153+
df_mt = pd.DataFrame(np.random.randn(8, 6),
4154+
index=pd.date_range('1/1/2000', periods=8),
41544155
columns=['A', 'B', 'C', 'D', 'E', 'F'])
41554156
df_mt['foo'] = 'bar'
41564157
df_mt.loc[df_mt.index[1], ('A', 'B')] = np.nan

0 commit comments

Comments
 (0)