PEP 622: Fix typo (#1509)
This commit is contained in:
parent
da849ee33c
commit
16b6744345
|
@ -252,7 +252,7 @@ the "switch" statement as present in other languages::
|
|||
sleep(DELAY) # Server is swamped, try after a bit
|
||||
retry()
|
||||
case _:
|
||||
raise RequestError(we couldn't get the data)
|
||||
raise RequestError("we couldn't get the data")
|
||||
|
||||
Although this will work, it's not necessarily what the proposal is
|
||||
focused on, and the new syntax has been designed to best support the
|
||||
|
|
Loading…
Reference in New Issue