Skip to content

Commit 4c89dbe

Browse files
committed
remove ref to unuxisting section
1 parent 9fa8264 commit 4c89dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def start_kernel(argv=None, **kwargs):
150150
**kwargs : various, optional
151151
Any other kwargs will be passed to the Application constructor,
152152
such as `config`, a traitlets :class:`Config` object (see :ref:`configure_start_ipython`),
153-
allowing configuration of the kernel (see :ref:`kernel_options`).
153+
allowing configuration of the kernel.
154154
"""
155155
import warnings
156156

0 commit comments

Comments
 (0)