diff options
author | Guido van Rossum <guido@python.org> | 2002-08-06 17:29:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-08-06 17:29:38 (GMT) |
commit | fce538c31ea0527ceb0e991f65e1a548b40f6416 (patch) | |
tree | cf50a790c533a12286e862fc47ecf4320d33cdd0 /Lib/pydoc.py | |
parent | 8cdc03dca571fd2847d68bfd220234c0153f8f47 (diff) | |
download | cpython-fce538c31ea0527ceb0e991f65e1a548b40f6416.zip cpython-fce538c31ea0527ceb0e991f65e1a548b40f6416.tar.gz cpython-fce538c31ea0527ceb0e991f65e1a548b40f6416.tar.bz2 |
Add a coding cookie, because of the møøse quote.
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-x | Lib/pydoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 962e32e..0c46c8e 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: Latin-1 -*- """Generate Python documentation in HTML or text for interactive use. In the Python interpreter, do "from pydoc import help" to provide online |