Skip to content

Commit 70dc933

Browse files
committed
Correct BeginPackage with Needs form
1 parent 5d6624c commit 70dc933

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mathics/builtin/scoping.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
Integer,
1010
fully_qualified_symbol_name,
1111
)
12-
from mathics.core.rules import Rule
1312
from mathics.core.evaluation import Evaluation
1413

1514

@@ -650,7 +649,7 @@ class BeginPackage(Builtin):
650649
Protect[System`Private`$ContextPathStack, System`$Packages];
651650
context
652651
""",
653-
# "BeginPackage[context_String, needs__List]": """
652+
# "BeginPackage[context_String, needs_List]": """
654653
# BeginPackage[context]; Map[Needs, needs];
655654
# """
656655
}

0 commit comments

Comments
 (0)