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 8ad365b + 202ac53 commit c60d622Copy full SHA for c60d622
docs/StdlibRationales.rst
@@ -167,7 +167,7 @@ for it.
167
168
Note that neither of the two ``sorted()`` methods (neither one that accepts a
169
custom comparator closure, nor one that uses the ``Comparable`` conformace)
170
-can't be lazy, becasue the lazy version would be less efficient than the eager
+can't be lazy, because the lazy version would be less efficient than the eager
171
one.
172
173
A different design that was rejected is to preserve consistency with other
0 commit comments