8000 gh-104301: Tidy pdb documentation of exclamation prefix by SnoopJ · Pull Request #104302 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-104301: Tidy pdb documentation of exclamation prefix #104302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Prev Previous commit
Fix indentation in pydoc_data/topics
  • Loading branch information
SnoopJ committed May 8, 2023
commit 7bf224e201554767cbe585fdc7cd84ae7b697203
6 changes: 3 additions & 3 deletions Lib/pydoc_data/topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -5289,9 +5289,9 @@
' 42\n'
' (Pdb)\n'
'\n'
'To set a global variable, you can prefix the assignment command '
'with \n'
'a "global" statement on the same line, e.g.:\n'
' To set a global variable, you can prefix the assignment command '
' with \n'
' a "global" statement on the same line, e.g.:\n'
'\n'
" (Pdb) global list_options; list_options = ['-l']\n"
' (Pdb)\n'
Expand Down
0