From 385c72e8b3f491fa6f135ef6b51f183012461702 2020-05-10 18:33:39 From: Matthias Bussonnier Date: 2020-05-10 18:33:39 Subject: [PATCH] use LIst upper case for type --- diff --git a/IPython/core/completer.py b/IPython/core/completer.py index 9857c27..fb69375 100644 --- a/IPython/core/completer.py +++ b/IPython/core/completer.py @@ -1442,7 +1442,7 @@ class IPCompleter(Completer): else: return [] - def python_matches(self, text:str)->list[str]: + def python_matches(self, text:str)->List[str]: """Match attributes or global python names""" if "." in text: try: