commit | efa3b51fd060352cc6220b27a1026e4d4d5401bd | [log] [tgz] |
---|---|---|
author | Alan Yee <alanyee@users.noreply.github.com> | Mon Sep 02 21:21:33 2019 -0700 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Sep 02 21:21:33 2019 -0700 |
tree | b4c8280647db287be0824c14128da96c55b84bcd | |
parent | e1786b54162e2bfb01ca5aafa19d596c4af5a803 [diff] |
Enforce PEP 257 conventions in ftplib.py (GH-15604) -`"""` over `'''` -no blank line either before or after the docstring. -place the closing quotes on a line by themselves