Skip to content

Commit

Permalink
Add commas
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy committed Dec 19, 2024
1 parent c004506 commit 204e5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_pydoc/test_pydoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -928,10 +928,10 @@ def test_source_synopsis(self):
"Triple single quotes"),

('"Single double quotes"',
"Single double quotes")
"Single double quotes"),

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

('"""Concatenated""" \\\n"string" \'literals\'',
"Concatenatedstringliterals")
Expand Down

0 comments on commit 204e5bb

Please sign in to comment.