Skip to content

Commit 72ca125

Browse files
authored
Merge pull request #208 from data-8/13-1-typo
Correct Typo
2 parents 498dfac + 1d46ebd commit 72ca125

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

chapters/13/1/Percentiles.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"In this section, we will give a definition that works consistently for all ranks and all lists."
1717
]
1818
},
19+
{
20+
"cell_type": "markdown",
21+
"metadata": {},
22+
"source": []
23+
},
1924
{
2025
"cell_type": "code",
2126
"execution_count": 1,
@@ -94,7 +99,7 @@
9499
"metadata": {},
95100
"source": [
96101
"## The `percentile` function\n",
97-
"The `percentile` function takes two arguments: a rank between 0 and 100, and a array. It returns the corresponding percentile of the array."
102+
"The `percentile` function takes two arguments: a rank between 0 and 100, and an array. It returns the corresponding percentile of the array."
98103
]
99104
},
100105
{

0 commit comments

Comments
 (0)