We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb1e8c commit 2788daeCopy full SHA for 2788dae
1 file changed
content/basics/collections.ipynb
@@ -350,7 +350,7 @@
350
"metadata": {},
351
"source": [
352
"Finally, we note that a list does **not** have to be of a consistent `type`. \n",
353
- "So it is possble for a list to be made up of disperate forms of information."
+ "So it is possble for a list to be made up of disparate forms of information."
354
]
355
},
356
{
@@ -538,7 +538,7 @@
538
"cell_type": "markdown",
539
540
541
- "The immutability of a tupe does not mean that the whole variable cannot be overwritten. "
+ "The immutability of a tuple does not mean that the whole variable cannot be overwritten. "
542
543
544
0 commit comments