Skip to content

Commit e5baf12

Browse files
committed
Merge branch 'master' of github.com:mathics/Mathics
2 parents ebbedc3 + e34443a commit e5baf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/autoload/settings.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
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)