Apply suggestions from code review

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
nulano 2020-06-21 18:47:30 +01:00 committed by GitHub
parent 2f3deef8c5
commit 66eee05a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Reference for modules whose documentation has not yet been ported or written
can be found here.
:mod:`PIL` Module
-------------------------
-----------------
.. py:module:: PIL

View File

@ -23,7 +23,7 @@ WIDTH = 800
def puti16(fp, values):
"""write network order (big-endian) 16-bit sequence"""
"""Write network order (big-endian) 16-bit sequence"""
for v in values:
if v < 0:
v += 65536