Update URL; fix typo

This commit is contained in:
Alex Clark 2014-06-22 16:44:52 -04:00
parent 9ed5b08cb9
commit 175d68aeeb

View File

@ -14,11 +14,11 @@
# #
# NOTE: This format cannot be automatically recognized, so the reader # NOTE: This format cannot be automatically recognized, so the reader
# is not registered for use with Image.open(). To open a WEL file, use # is not registered for use with Image.open(). To open a WAL file, use
# the WalImageFile.open() function instead. # the WalImageFile.open() function instead.
# This reader is based on the specification available from: # This reader is based on the specification available from:
# http://www.flipcode.com/tutorials/tut_q2levels.shtml # http://www.flipcode.com/archives/Quake_2_BSP_File_Format.shtml
# and has been tested with a few sample files found using google. # and has been tested with a few sample files found using google.
from __future__ import print_function from __future__ import print_function