-- fixed the comment, too

This commit is contained in:
Fredrik Lundh 2000-07-15 20:58:44 +00:00
parent efd7b001d6
commit 3fded4bb29
1 changed files with 3 additions and 3 deletions

View File

@ -120,9 +120,9 @@ __builtin__.quit = __builtin__.exit = exit
del exit del exit
# #
# Set the string encoding used by the Unicode implementation to the # Set the string encoding used by the Unicode implementation. The
# encoding used by the default locale of this system. If the default # default is 'ascii', but if you're willing to experiment, you can
# encoding cannot be determined or is unknown, it defaults to 'ascii'. # change this.
encoding = "ascii" # default encoding = "ascii" # default