Skip to content

Commit 66eee05

Browse files
nulanohugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 2f3deef commit 66eee05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/PIL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Reference for modules whose documentation has not yet been ported or written
55
can be found here.
66

77
:mod:`PIL` Module
8-
-------------------------
8+
-----------------
99

1010
.. py:module:: PIL
1111

src/PIL/FontFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
def puti16(fp, values):
26-
"""write network order (big-endian) 16-bit sequence"""
26+
"""Write network order (big-endian) 16-bit sequence"""
2727
for v in values:
2828
if v < 0:
2929
v += 65536

0 commit comments

Comments
 (0)