Skip to content

Commit

Permalink
Correct BeginPackage with Needs form
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed May 7, 2021
1 parent 5d6624c commit 70dc933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mathics/builtin/scoping.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Integer,
fully_qualified_symbol_name,
)
from mathics.core.rules import Rule
from mathics.core.evaluation import Evaluation


Expand Down Expand Up @@ -650,7 +649,7 @@ class BeginPackage(Builtin):
Protect[System`Private`$ContextPathStack, System`$Packages];
context
""",
# "BeginPackage[context_String, needs__List]": """
# "BeginPackage[context_String, needs_List]": """
# BeginPackage[context]; Map[Needs, needs];
# """
}
Expand Down

0 comments on commit 70dc933

Please sign in to comment.