From 6fe9697c3581795145acb0a7a628fdd8e89ec379 2022-01-06 20:46:20 From: Jan-Hendrik Müller <44469195+kolibril13@users.noreply.github.com> Date: 2022-01-06 20:46:20 Subject: [PATCH] remove blank lines --- diff --git a/IPython/core/magic_arguments.py b/IPython/core/magic_arguments.py index d147229..568abd8 100644 --- a/IPython/core/magic_arguments.py +++ b/IPython/core/magic_arguments.py @@ -37,7 +37,6 @@ arguments:: -o OPTION, --option OPTION An optional argument. - Here is an elaborated example that uses default parameters in `argument` and calls the `args` in the cell magic:: from IPython.core.magic import register_cell_magic @@ -70,7 +69,6 @@ In a jupyter notebook, this cell magic can be executed like this:: print("bar") i = 42 - Inheritance diagram: .. inheritance-diagram:: IPython.core.magic_arguments