Skip to content

Commit 202ac53

Browse files
[gardening] Fix recently introduced typo: "becasue" → "because"
1 parent 8ad365b commit 202ac53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/StdlibRationales.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ for it.
167167

168168
Note that neither of the two ``sorted()`` methods (neither one that accepts a
169169
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
170+
can't be lazy, because the lazy version would be less efficient than the eager
171171
one.
172172

173173
A different design that was rejected is to preserve consistency with other

0 commit comments

Comments
 (0)