]> granicus.if.org Git - python/commit
Enforce PEP 257 conventions in ftplib.py (GH-15604)
authorAlan Yee <alanyee@users.noreply.github.com>
Tue, 3 Sep 2019 04:21:33 +0000 (21:21 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Sep 2019 04:21:33 +0000 (21:21 -0700)
commitefa3b51fd060352cc6220b27a1026e4d4d5401bd
treeb4c8280647db287be0824c14128da96c55b84bcd
parente1786b54162e2bfb01ca5aafa19d596c4af5a803
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
Lib/ftplib.py