We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dd8267 + d4caa83 commit 5433c99Copy full SHA for 5433c99
Part 1/Section 06 - First-Class Functions/03 - Lambdas and Sorting.ipynb
@@ -60,7 +60,7 @@
60
"\n",
61
"What if we wanted to make a case-insensitive sort?\n",
62
63
- "Python's **sorted** function kas a keyword-only argument that allows us to modify the values that are used to sort the list."
+ "Python's **sorted** function has a keyword-only argument that allows us to modify the values that are used to sort the list."
64
]
65
},
66
{
0 commit comments