From 5302032b6346bc910dfc2c761d4051a77501f8e1 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 3 Sep 2018 01:04:41 +0200 Subject: [PATCH] The sub typeshed definitions are wrong at the moment --- test/completion/stdlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/completion/stdlib.py b/test/completion/stdlib.py index 30d7ce07..b2197702 100644 --- a/test/completion/stdlib.py +++ b/test/completion/stdlib.py @@ -101,7 +101,7 @@ for a in re.finditer('a', 'a'): #? int() a.start() -#? str() +#? str() bytes() re.sub('a', 'a') # -----------------