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 d445368 commit 8a02249Copy full SHA for 8a02249
mathics/builtin/numbers/numbertheory.py
@@ -466,7 +466,7 @@ class IntegerPartitions(Builtin):
466
<dd>lists all partitions into at most $k$ integers.
467
468
<dt>'IntegerPartitions[$n$, {$k$}]'
469
- <dd>lists all partitions with exacty $k$ integers.
+ <dd>lists all partitions with exactly $k$ integers.
470
471
<dt>'IntegerPartitions[$n$, {$k_min$, $k_max$}]'
472
<dd>lists partitions between $k_min$ and $k_max$ integers.
0 commit comments