Skip to content

Commit e34443a

Browse files
rockyrb@dustyfeet.conf
authored andcommitted
Add period to the ends of usage string sentences.
The English, she is hard on me.
1 parent 98645c2 commit e34443a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathics/autoload/settings.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
(* Settings for Mathics Core *)
33
(*****************************)
44

5-
Settings`$TraceGet::usage = "If this Boolean variable is set True, 'Get' traces the lines it reads that start a new expression";
5+
Settings`$TraceGet::usage = "If this Boolean variable is set True, 'Get' traces the lines it reads that start a new expression.";
66
Settings`$TraceGet = False
77
Unprotect[Settings`$TraceGet]
88

99

10-
Settings`$PreferredBackendMethod::usage = "Set this do whether to use mpmath, numpy or Sympy for numeric and symbolic constants and methods when there is a choice";
10+
Settings`$PreferredBackendMethod::usage = "This sets whether to use mpmath, numpy or Sympy for numeric and symbolic constants and methods, when there is a choice.";
1111
Settings`$PreferredBackendMethod = "sympy"
1212
Unprotect[Settings`$PreferredBackendMethod]

0 commit comments

Comments
 (0)