From e319e32cec162a17720149321842056756270e11 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 27 Jun 2019 22:53:46 +1000 Subject: [PATCH] Improved parameter documentation [ci skip] --- src/PIL/_binary.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/PIL/_binary.py b/src/PIL/_binary.py index 80c86dab8..e5ee0bf28 100644 --- a/src/PIL/_binary.py +++ b/src/PIL/_binary.py @@ -37,8 +37,8 @@ def i16le(c, o=0): """ Converts a 2-bytes (16 bits) string to an unsigned integer. - c: string containing bytes to convert - o: offset of bytes to convert in string + :param c: string containing bytes to convert + :param o: offset of bytes to convert in string """ return unpack_from("