PEP 671: Fix formatting (#2614)
This commit is contained in:
parent
951b1debf9
commit
67baf51326
|
@ -89,7 +89,7 @@ Choice of spelling
|
|||
------------------
|
||||
|
||||
While this document specifies a single syntax ``name=>expression``, alternate
|
||||
spellings are similarly plausible. Open for consideration are the following:
|
||||
spellings are similarly plausible. Open for consideration are the following::
|
||||
|
||||
def bisect(a, hi=>len(a)):
|
||||
def bisect(a, hi:=len(a)):
|
||||
|
|
Loading…
Reference in New Issue