Skip to content
Prev Previous commit
Next Next commit
Restore load-bearing double-quotes (oops)
  • Loading branch information
SnoopJ committed May 8, 2023
commit ede5a5e14f8fc5f4435763a040edc394ae3a9f52
2 changes: 1 addition & 1 deletion Lib/pydoc_data/topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -5293,7 +5293,7 @@
'with \n'
'a "global" statement on the same line, e.g.:\n'
'\n'
' (Pdb) global list_options; list_options = ['-l']\n'
" (Pdb) global list_options; list_options = ['-l']\n"
' (Pdb)\n'
'\n'
'run [args ...]\n'
Expand Down