Skip to content

Commit 6eacd74

Browse files
committed
grammar typo caught by axkr
1 parent 6f5798b commit 6eacd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/functional/apply_fns_to_lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class MapAt(Builtin):
180180
>> MapAt[f, {a, b, c}, 2]
181181
= {a, f[b], c}
182182
183-
Above, we specified a simple integer value 2. In general, the expression can an arbitrary vector.
183+
Above, we specified a simple integer value 2. In general, the expression can be an arbitrary vector.
184184
185185
Using 'MapAt' with 'Function[0]', we can zero a value or values in a vector:
186186

0 commit comments

Comments
 (0)