bpo-32117: Updated Simpsons names in docs (GH-19737)
`sally` is not a Simpsons character Automerge-Triggered-By: @gvanrossum
This commit is contained in:
parent
c5fa364f4e
commit
627f701235
|
@ -428,8 +428,8 @@ Other Language Changes
|
|||
lastname, *members = family.split()
|
||||
return lastname.upper(), *members
|
||||
|
||||
>>> parse('simpsons homer marge bart lisa sally')
|
||||
('SIMPSONS', 'homer', 'marge', 'bart', 'lisa', 'sally')
|
||||
>>> parse('simpsons homer marge bart lisa maggie')
|
||||
('SIMPSONS', 'homer', 'marge', 'bart', 'lisa', 'maggie')
|
||||
|
||||
(Contributed by David Cuthbert and Jordan Chapman in :issue:`32117`.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue