File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -286,12 +286,11 @@ Other Tools
286286IDLE
287287----
288288
289- `IDLE <http://docs.python.org/library/idle.html >`_ is an integrated
290- development environment that is part of Python standard library. It is
291- completely written in Python and uses the Tkinter GUI toolkit. Though IDLE
292- is not suited for full-blown development using Python, it is quite
293- helpful to try out small Python snippets and experiment with different
294- features in Python.
289+ :ref: `IDLE <python:idle >` is an integrated development environment that is
290+ part of Python standard library. It is completely written in Python and uses
291+ the Tkinter GUI toolkit. Though IDLE is not suited for full-blown development
292+ using Python, it is quite helpful to try out small Python snippets and
293+ experiment with different features in Python.
295294
296295It provides the following features:
297296
You can’t perform that action at this time.
0 commit comments