diff options
Diffstat (limited to 'Lib/pydoc.py')
-rw-r--r--[-rwxr-xr-x] | Lib/pydoc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 55ccf21..5d854c5 100755..100644 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 """Generate Python documentation in HTML or text for interactive use. At the Python interactive prompt, calling help(thing) on a Python object |