Skip to content

Commit

Permalink
grammar typo caught by axkr
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 18, 2025
1 parent 6f5798b commit 6eacd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/builtin/functional/apply_fns_to_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class MapAt(Builtin):
>> MapAt[f, {a, b, c}, 2]
= {a, f[b], c}
Above, we specified a simple integer value 2. In general, the expression can an arbitrary vector.
Above, we specified a simple integer value 2. In general, the expression can be an arbitrary vector.
Using 'MapAt' with 'Function[0]', we can zero a value or values in a vector:
Expand Down

0 comments on commit 6eacd74

Please sign in to comment.