Skip to content

Commit eff125a

Browse files
author
Christopher Doris
committed
typo
1 parent 110cee6 commit eff125a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/concrete/code.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Evaluate the given Python `code`, returning the result as a `T`.
2626
If `globals` is a `Module`, then a persistent `dict` unique to that module is used.
2727
2828
By 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
3030
scope.
3131
3232
See also [`@pyeval`](@ref).
@@ -71,7 +71,7 @@ Execute the given Python `code`.
7171
If `globals` is a `Module`, then a persistent `dict` unique to that module is used.
7272
7373
By 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
7575
scope.
7676
7777
If `T==Nothing` then returns `nothing`. Otherwise `T` must be a concrete `NamedTuple` type

0 commit comments

Comments
 (0)