Skip to content

Commit

Permalink
fix: help in cellmagic was a tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Feb 6, 2024
1 parent 4a1b2a1 commit 35a209b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipyreact/cellmagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class ReactMagics(Magics):
type=str,
default="_last_react_widget",
help=(
"Name of the widget variable injected into the local namespace",
" (default = _last_react_widget).",
"Name of the widget variable injected into the local namespace"
" (default = _last_react_widget)."
),
)
@argument(
Expand Down

0 comments on commit 35a209b

Please sign in to comment.