Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
double spcae
  • Loading branch information
Carreau committed Feb 18, 2026
commit 06b071450aa694d73eb830763257bb2748ba0a5c
2 changes: 1 addition & 1 deletion IPython/core/magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def register_function(
magic_kind : str
Kind of magic, one of 'line', 'cell' or 'line_cell'
magic_name : optional str
If given, the name the magic will have in the IPython namespace. By
If given, the name the magic will have in the IPython namespace. By
default, the name of the function itself is used.
"""

Expand Down