From 30b292c6d872225c1843676147045bbe300f76d5 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 1 Jun 2018 20:18:41 +1000 Subject: [PATCH] Corrected argument name in documentation --- src/PIL/PSDraw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/PSDraw.py b/src/PIL/PSDraw.py index 1c17c61b2..d2ded6fea 100644 --- a/src/PIL/PSDraw.py +++ b/src/PIL/PSDraw.py @@ -25,7 +25,7 @@ import sys class PSDraw(object): """ - Sets up printing to the given file. If **file** is omitted, + Sets up printing to the given file. If **fp** is omitted, :py:attr:`sys.stdout` is assumed. """