spelling and wrong arg
This commit is contained in:
parent
44a2934c2d
commit
38351983f9
@ -1,2 +1,2 @@
|
||||
incude *.rst
|
||||
include *.rst
|
||||
recursive-include documentation *.txt *.rst
|
||||
|
@ -21,7 +21,7 @@ from pymath.random_expression import random_str
|
||||
export_dict = {}
|
||||
export_dict.update(m.__dict__)
|
||||
export_dict.update(rd.__dict__)
|
||||
export_dict.update(__builtins__.__dict__)
|
||||
export_dict.update(__builtins__)
|
||||
export_dict.update({"Expression":Expression,\
|
||||
"Polynom":Polynom,\
|
||||
"Polynom_deg2":Polynom_deg2,\
|
||||
|
Loading…
Reference in New Issue
Block a user