mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Update URL; fix typo
This commit is contained in:
parent
9ed5b08cb9
commit
175d68aeeb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user