diff --git a/IPython/core/oinspect.py b/IPython/core/oinspect.py index b7487e4..749f979 100644 --- a/IPython/core/oinspect.py +++ b/IPython/core/oinspect.py @@ -963,7 +963,7 @@ class Inspector(Colorable): return False def psearch(self,pattern,ns_table,ns_search=[], - ignore_case=False,show_all=False, list_types=False): + ignore_case=False,show_all=False, *, list_types=False): """Search namespaces with wildcards for objects. Arguments: