spelling and wrong arg
This commit is contained in:
@@ -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,\
|
||||
|
Reference in New Issue
Block a user