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 f54711e commit fb5dc83
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 @@ -934,7 +934,7 @@ def test_source_synopsis(self):
'Single single quotes')

("""Concatenated""" "string" 'literals',
"Concatenated string literals")
"Concatenatedstringliterals")
]

for source, expected in test_cases:
Expand Down

0 comments on commit fb5dc83

Please sign in to comment.