Skip to content

Commit a8a0d97

Browse files
hugovksavannahostrowskiStanFromIreland
authored
Apply suggestions from code review
Co-authored-by: Savannah Ostrowski <savannah@python.org> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 8a8067e commit a8a0d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/faq/programming.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Programming FAQ
1111
General questions
1212
=================
1313

14-
Is there a source-code level debugger with breakpoints and single-stepping?
14+
Is there a source code-level debugger with breakpoints and single-stepping?
1515
---------------------------------------------------------------------------
1616

1717
Yes.
@@ -25,7 +25,7 @@ Reference Manual <pdb>`. You can also write your own debugger by using the code
2525
for pdb as an example.
2626

2727
The IDLE interactive development environment, which is part of the standard
28-
Python distribution (normally available as :source:`Tools/scripts/idle3`),
28+
Python distribution (normally available as :mod:`idlelib`),
2929
includes a graphical debugger.
3030

3131
PythonWin is a Python IDE that includes a GUI debugger based on pdb. The

0 commit comments

Comments
 (0)