Skip to content

Commit ddf501b

Browse files
author
krasoa
committed
changed "documentation" spacing
1 parent 262affa commit ddf501b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

03-2020-11-20/notebooks/03-03-The_pandas_library.ipynb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@
104104
"outputs": [],
105105
"source": [
106106
"# Uncomment to look up the documentation\n",
107-
"# docstring\n",
108107
"\n",
108+
"# docstring\n",
109109
"#?pd.Series \n",
110110
"\n",
111111
"# source\n",
112-
"#??pd.Series \n"
112+
"#??pd.Series "
113113
]
114114
},
115115
{
@@ -157,9 +157,7 @@
157157
{
158158
"cell_type": "code",
159159
"execution_count": null,
160-
"metadata": {
161-
"scrolled": true
162-
},
160+
"metadata": {},
163161
"outputs": [],
164162
"source": [
165163
"s.index"
@@ -1138,7 +1136,7 @@
11381136
"name": "python",
11391137
"nbconvert_exporter": "python",
11401138
"pygments_lexer": "ipython3",
1141-
"version": "3.7.3"
1139+
"version": "3.8.6"
11421140
}
11431141
},
11441142
"nbformat": 4,

0 commit comments

Comments
 (0)