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.
1 parent ea3ba0d commit 3eb3e85Copy full SHA for 3eb3e85
doc/source/control.rst
@@ -130,7 +130,7 @@ The higher order function ``map`` gives us a name to call a particular control
130
pattern. Regardless of whether or not you use a for loop, a list
131
comprehension, or ``map`` itself, it is useful to recognize the operation
132
and to give it a name. Naming control patterns lets us tackle
133
-complex problems a larger scale without burdening our mind with rote details.
+complex problems at larger scale without burdening our mind with rote details.
134
It is just as important as bundling data into data structures or building
135
complex functions out of simple ones.
136
0 commit comments