Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 627f701

Browse filesBrowse 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
Copy full SHA for 627f701

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Doc/whatsnew/3.8.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.8.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.