Missing r-paren

This commit is contained in:
Paul J. Davis 2010-05-07 19:08:43 -04:00
parent 49521b81a5
commit b2c45f1df4

View File

@ -124,7 +124,7 @@ spew = False
# A valid value for the os.umask(mode) call or a string
# compatible with int(value, 0) (0 means Python guesses
# the base, so values like "0", "0xFF", "0022" are valid
# for decimal, hex, and octal representations.
# for decimal, hex, and octal representations)
#
# tmp_upload_dir - A directory to store temporary request data when
# requests are read. This will most likely be disappearing soon.