Skip to content

Commit 21c7a5d

Browse files
committed
Merge branch 'set-direcory-fixes' of github.com:mathics/Mathics into set-direcory-fixes
2 parents cb67366 + 1f1c374 commit 21c7a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathics/builtin/assignment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ class Information(PrefixOperator):
845845
= f[x] returns the square of x
846846
847847
>> ? Table
848-
=
848+
=
849849
. 'Table[expr, {i, n}]'
850850
. evaluates expr with i ranging from 1 to n, returning
851851
. a list of the results.
@@ -858,7 +858,7 @@ class Information(PrefixOperator):
858858
.
859859
860860
>> Information[Table]
861-
=
861+
=
862862
. 'Table[expr, {i, n}]'
863863
. evaluates expr with i ranging from 1 to n, returning
864864
. a list of the results.

0 commit comments

Comments
 (0)