diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-11-14 01:07:43 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-14 01:07:43 (GMT) |
commit | 2e4571a456c32af964d48b4bf70a9a53d27d10d6 (patch) | |
tree | 7068a1842fae492ea6994768160d20c3eabb8629 /Doc/library/ftplib.rst | |
parent | ac34e09bbfe59e0d2075be7db317b91da6ca2c69 (diff) | |
download | cpython-2e4571a456c32af964d48b4bf70a9a53d27d10d6.zip cpython-2e4571a456c32af964d48b4bf70a9a53d27d10d6.tar.gz cpython-2e4571a456c32af964d48b4bf70a9a53d27d10d6.tar.bz2 |
Fix a few grammar problems in the documentation and comments
Diffstat (limited to 'Doc/library/ftplib.rst')
-rw-r--r-- | Doc/library/ftplib.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index 2521f49..3d1f783 100644 --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -418,8 +418,8 @@ FTP_TLS Objects .. method:: FTP_TLS.auth() - Set up secure control connection by using TLS or SSL, depending on what - specified in :meth:`ssl_version` attribute. + Set up a secure control connection by using TLS or SSL, depending on what + is specified in the :attr:`ssl_version` attribute. .. versionchanged:: 3.4 The method now supports hostname check with |