Skip to content

Commit 834c781

Browse files
committed
Typo: Head -> Heads
Thanks @axkr!
1 parent d472961 commit 834c781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathics/builtin/lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,7 @@ class Cases(Builtin):
19771977
<dt>'Cases[$list$, $pattern$, $ls$]'
19781978
<dd>returns the elements matching at levelspec $ls$.
19791979
1980-
<dt>'Cases[$list$, $pattern$, Head->$bool$]'
1980+
<dt>'Cases[$list$, $pattern$, Heads->$bool$]'
19811981
<dd>Match including the head of the expression in the search.
19821982
</dl>
19831983

0 commit comments

Comments
 (0)