The sub typeshed definitions are wrong at the moment

This commit is contained in:
Dave Halter
2018-09-03 01:04:41 +02:00
parent 6bf21c4157
commit 5302032b63

View File

@@ -101,7 +101,7 @@ for a in re.finditer('a', 'a'):
#? int() #? int()
a.start() a.start()
#? str() #? str() bytes()
re.sub('a', 'a') re.sub('a', 'a')
# ----------------- # -----------------