Skip to content

Commit 8a02249

Browse files
committed
Spelling mistake
1 parent d445368 commit 8a02249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/numbers/numbertheory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ class IntegerPartitions(Builtin):
466466
<dd>lists all partitions into at most $k$ integers.
467467
468468
<dt>'IntegerPartitions[$n$, {$k$}]'
469-
<dd>lists all partitions with exacty $k$ integers.
469+
<dd>lists all partitions with exactly $k$ integers.
470470
471471
<dt>'IntegerPartitions[$n$, {$k_min$, $k_max$}]'
472472
<dd>lists partitions between $k_min$ and $k_max$ integers.

0 commit comments

Comments
 (0)