Skip to content

Commit 5433c99

Browse files
authored
Merge pull request fbaptiste#50 from SivaMMurugan/patch-1
Typo fix
2 parents 7dd8267 + d4caa83 commit 5433c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 1/Section 06 - First-Class Functions/03 - Lambdas and Sorting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"\n",
6161
"What if we wanted to make a case-insensitive sort?\n",
6262
"\n",
63-
"Python's **sorted** function kas a keyword-only argument that allows us to modify the values that are used to sort the list."
63+
"Python's **sorted** function has a keyword-only argument that allows us to modify the values that are used to sort the list."
6464
]
6565
},
6666
{

0 commit comments

Comments
 (0)