PEP 671: Fix formatting (#2614)

This commit is contained in:
Ram Rachum 2022-05-21 12:05:14 +03:00 committed by GitHub
parent 951b1debf9
commit 67baf51326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Choice of spelling
------------------ ------------------
While this document specifies a single syntax ``name=>expression``, alternate 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)):
def bisect(a, hi:=len(a)): def bisect(a, hi:=len(a)):