Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mathics/Mathics
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jun 26, 2021
2 parents ebbedc3 + e34443a commit e5baf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/autoload/settings.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
Unprotect[Settings`$TraceGet]


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.";
Settings`$PreferredBackendMethod::usage = "This sets whether to use mpmath, numpy or Sympy for numeric and symbolic constants and methods, when there is a choice.";
Settings`$PreferredBackendMethod = "sympy"
Unprotect[Settings`$PreferredBackendMethod]

0 comments on commit e5baf12

Please sign in to comment.