Skip to content

Commit

Permalink
Merge branch 'set-direcory-fixes' of github.com:mathics/Mathics into …
Browse files Browse the repository at this point in the history
…set-direcory-fixes
  • Loading branch information
rocky committed Oct 31, 2020
2 parents cb67366 + 1f1c374 commit 21c7a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mathics/builtin/assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ class Information(PrefixOperator):
= f[x] returns the square of x
>> ? Table
=
=
. 'Table[expr, {i, n}]'
. evaluates expr with i ranging from 1 to n, returning
. a list of the results.
Expand All @@ -858,7 +858,7 @@ class Information(PrefixOperator):
.
>> Information[Table]
=
=
. 'Table[expr, {i, n}]'
. evaluates expr with i ranging from 1 to n, returning
. a list of the results.
Expand Down

0 comments on commit 21c7a5d

Please sign in to comment.