Skip to content

Commit 627f701

Browse files
authored
bpo-32117: Updated Simpsons names in docs (GH-19737)
`sally` is not a Simpsons character Automerge-Triggered-By: @gvanrossum
1 parent c5fa364 commit 627f701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ Other Language Changes
428428
lastname, *members = family.split()
429429
return lastname.upper(), *members
430430

431-
>>> parse('simpsons homer marge bart lisa sally')
432-
('SIMPSONS', 'homer', 'marge', 'bart', 'lisa', 'sally')
431+
>>> parse('simpsons homer marge bart lisa maggie')
432+
('SIMPSONS', 'homer', 'marge', 'bart', 'lisa', 'maggie')
433433

434434
(Contributed by David Cuthbert and Jordan Chapman in :issue:`32117`.)
435435

0 commit comments

Comments
 (0)