Skip to content

Commit

Permalink
Update Lib/test/test_pydoc/test_pydoc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Serhiy Storchaka <[email protected]>
  • Loading branch information
srinivasreddy and serhiy-storchaka authored Dec 18, 2024
1 parent 233fbd6 commit ec7e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_pydoc/test_pydoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def test_source_synopsis(self):
('"Single double quotes"',
"Single double quotes")

('Single single quotes',
("'Single single quotes'",
'Single single quotes')

("""Concatenated""" "string" 'literals',
Expand Down

0 comments on commit ec7e431

Please sign in to comment.