Skip to content

Commit 0c6c384

Browse files
committed
Small typos
1 parent 81cddc4 commit 0c6c384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathics/builtin/intfns/combinatorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class LucasL(SympyFunction):
297297
<dd>gives the $n$th Lucas number.
298298
299299
<dt>'LucasL[$n$, $x$]'
300-
<dd>gives the $n$th Lucas polynomical $L$_($x$).
300+
<dd>gives the $n$th Lucas polynomial $L$_($x$).
301301
</dl>
302302
303303
A list of the first five Lucas numbers:
@@ -410,7 +410,7 @@ class PolygonalNumber(Builtin):
410410
411411
'PolygonalNumber'[$r$, $n$] can be interpreted as the number of points arranged in the form of $n$-1 polygons of $r$ sides.
412412
413-
List the tenth $r-gonal number of regular polygons from 3 to 8:
413+
List the tenth $r$-gonal number of regular polygons from 3 to 8:
414414
>> Table[PolygonalNumber[r, 10], {r, 3, 8}]
415415
= {55, 100, 145, 190, 235, 280}
416416

0 commit comments

Comments
 (0)