Fix typos

pull/6/merge
J. Fernando Sánchez 1 year ago
parent 897bb487b1
commit 68ba528dd7

@ -1039,7 +1039,7 @@
"\n", "\n",
"Once results are grouped, they can be aggregated using any aggregation function, such as `COUNT`.\n", "Once results are grouped, they can be aggregated using any aggregation function, such as `COUNT`.\n",
"\n", "\n",
"Using `GROUP BY` and `COUNT`, get the count of songs that use each instrument:" "Using `GROUP BY` and `COUNT`, get the count of songs in which Ringo Starr has played each of the instruments:"
] ]
}, },
{ {
@ -1577,7 +1577,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Which songs had Ringo in dums OR Lennon in lead vocals? (UNION)" "### Which songs had Ringo in drums OR Lennon in lead vocals? (UNION)"
] ]
}, },
{ {
@ -1643,7 +1643,7 @@
"editable": false, "editable": false,
"nbgrader": { "nbgrader": {
"cell_type": "code", "cell_type": "code",
"checksum": "d583b30a1e00960df3a4411b6854c8c8", "checksum": "11061e79ec06ccb3a9c496319a528366",
"grade": true, "grade": true,
"grade_id": "cell-409402df0e801d09", "grade_id": "cell-409402df0e801d09",
"locked": true, "locked": true,
@ -1654,7 +1654,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"assert len(solution()['tuples']) == 246" "assert len(solution()['tuples']) == 209"
] ]
}, },
{ {

Loading…
Cancel
Save