File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Evaluate the given Python `code`, returning the result as a `T`.
2626If `globals` is a `Module`, then a persistent `dict` unique to that module is used.
2727
2828By default the code runs in global scope (i.e. `locals===globals`). To use a temporary
29- local scope, set `locals` to `()`, or to a `NamedTuple`` of variables to include in the
29+ local scope, set `locals` to `()`, or to a `NamedTuple` of variables to include in the
3030scope.
3131
3232See also [`@pyeval`](@ref).
@@ -71,7 +71,7 @@ Execute the given Python `code`.
7171If `globals` is a `Module`, then a persistent `dict` unique to that module is used.
7272
7373By default the code runs in global scope (i.e. `locals===globals`). To use a temporary
74- local scope, set `locals` to `()`, or to a `NamedTuple`` of variables to include in the
74+ local scope, set `locals` to `()`, or to a `NamedTuple` of variables to include in the
7575scope.
7676
7777If `T==Nothing` then returns `nothing`. Otherwise `T` must be a concrete `NamedTuple` type
You can’t perform that action at this time.
0 commit comments