Merge pull request #3151 from radarhere/psdraw

Corrected argument name in documentation
This commit is contained in:
Hugo 2018-06-01 14:33:07 +03:00 committed by GitHub
commit f1704a6f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ import sys
class PSDraw(object): 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. :py:attr:`sys.stdout` is assumed.
""" """