From b352c8a236650216ff241c7eedaeab0279665704 2023-09-30 10:18:40 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: 2023-09-30 10:18:40 Subject: [PATCH] Code in docstring --- diff --git a/IPython/core/guarded_eval.py b/IPython/core/guarded_eval.py index 68ec473..c67262d 100644 --- a/IPython/core/guarded_eval.py +++ b/IPython/core/guarded_eval.py @@ -417,8 +417,7 @@ UNARY_OP_DUNDERS: Dict[Type[ast.unaryop], Tuple[str, ...]] = { class Duck: - """A dummy class used to create objects of other classes without calling their __init__""" - pass + """A dummy class used to create objects of other classes without calling their ``__init__``""" def _find_dunder(node_op, dunders) -> Union[Tuple[str, ...], None]: