mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
typos, layout and other small things
This commit is contained in:
parent
eae3f73b1c
commit
96628a90c4
44 changed files with 174 additions and 120 deletions
|
|
@ -16,7 +16,7 @@ Here's a sample session using the \code{ftplib} module:
|
|||
\begin{verbatim}
|
||||
>>> from ftplib import FTP
|
||||
>>> ftp = FTP('ftp.cwi.nl') # connect to host, default port
|
||||
>>> ftp.login() # default user anonymous, passwd user@hostname
|
||||
>>> ftp.login() # user anonymous, passwd user@hostname
|
||||
>>> ftp.retrlines('LIST') # list directory contents
|
||||
total 24418
|
||||
drwxrwsr-x 5 ftp-usr pdmaint 1536 Mar 20 09:48 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue