Corrected argument name in documentation

This commit is contained in:
Andrew Murray 2018-06-01 20:18:41 +10:00
parent 33972b8452
commit 30b292c6d8

View File

@ -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.
"""