diff --git a/IPython/__init__.py b/IPython/__init__.py index 22b5056..55f6f60 100644 --- a/IPython/__init__.py +++ b/IPython/__init__.py @@ -65,7 +65,6 @@ def embed_kernel(module=None, local_ns=None, **kwargs): from the scope of the surrounding function, and/or you want to load full IPython configuration, you probably want `IPython.start_kernel()` instead. - Parameters ---------- @@ -78,7 +77,6 @@ def embed_kernel(module=None, local_ns=None, **kwargs): Further keyword args are relayed to the IPKernelApp constructor, allowing configuration of the Kernel. Will only have an effect on the first embed_kernel call for a given process. - """ (caller_module, caller_locals) = extract_module_locals(1)