mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	typos only
This commit is contained in:
		
							parent
							
								
									eafe32a639
								
							
						
					
					
						commit
						0bbbea15e6
					
				
					 6 changed files with 10 additions and 6 deletions
				
			
		|  | @ -39,7 +39,9 @@ The module defines the following functions: | ||||||
| If the library modules \code{FCNTL} or \code{IOCTL} are missing, you | If the library modules \code{FCNTL} or \code{IOCTL} are missing, you | ||||||
| can find the opcodes in the C include files \code{sys/fcntl} and | can find the opcodes in the C include files \code{sys/fcntl} and | ||||||
| \code{sys/ioctl}. You can create the modules yourself with the h2py | \code{sys/ioctl}. You can create the modules yourself with the h2py | ||||||
| script, found in the \code{Demo/scripts} directory. | script, found in the \code{Tools/scripts} directory. | ||||||
|  | \stmodindex{FCNTL} | ||||||
|  | \stmodindex{IOCTL} | ||||||
| 
 | 
 | ||||||
| Examples (all on a SVR4 compliant system): | Examples (all on a SVR4 compliant system): | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ This module defines the class \code{FTP} and a few related items.  The | ||||||
| \code{FTP} class implements the client side of the FTP protocol.  You | \code{FTP} class implements the client side of the FTP protocol.  You | ||||||
| can use this to write Python programs that perform a variety of | can use this to write Python programs that perform a variety of | ||||||
| automated FTP jobs, such as mirroring other ftp servers.  It is also | automated FTP jobs, such as mirroring other ftp servers.  It is also | ||||||
| used bu the module \code{urllib} to handle URLs that use FTP.  For | used by the module \code{urllib} to handle URLs that use FTP.  For | ||||||
| more information on FTP (File Transfer Protocol), see Internet RFC | more information on FTP (File Transfer Protocol), see Internet RFC | ||||||
| 959. | 959. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ This module provides an interface to the mechanisms used to implement | ||||||
| the \code{import} statement.  It defines the following constants and | the \code{import} statement.  It defines the following constants and | ||||||
| functions: | functions: | ||||||
| 
 | 
 | ||||||
| \renewcommand{\indexsubitem}{(in module struct)} | \renewcommand{\indexsubitem}{(in module imp)} | ||||||
| 
 | 
 | ||||||
| \begin{funcdesc}{get_magic}{} | \begin{funcdesc}{get_magic}{} | ||||||
| Return the magic string value used to recognize byte-compiled code | Return the magic string value used to recognize byte-compiled code | ||||||
|  |  | ||||||
|  | @ -39,7 +39,9 @@ The module defines the following functions: | ||||||
| If the library modules \code{FCNTL} or \code{IOCTL} are missing, you | If the library modules \code{FCNTL} or \code{IOCTL} are missing, you | ||||||
| can find the opcodes in the C include files \code{sys/fcntl} and | can find the opcodes in the C include files \code{sys/fcntl} and | ||||||
| \code{sys/ioctl}. You can create the modules yourself with the h2py | \code{sys/ioctl}. You can create the modules yourself with the h2py | ||||||
| script, found in the \code{Demo/scripts} directory. | script, found in the \code{Tools/scripts} directory. | ||||||
|  | \stmodindex{FCNTL} | ||||||
|  | \stmodindex{IOCTL} | ||||||
| 
 | 
 | ||||||
| Examples (all on a SVR4 compliant system): | Examples (all on a SVR4 compliant system): | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ This module defines the class \code{FTP} and a few related items.  The | ||||||
| \code{FTP} class implements the client side of the FTP protocol.  You | \code{FTP} class implements the client side of the FTP protocol.  You | ||||||
| can use this to write Python programs that perform a variety of | can use this to write Python programs that perform a variety of | ||||||
| automated FTP jobs, such as mirroring other ftp servers.  It is also | automated FTP jobs, such as mirroring other ftp servers.  It is also | ||||||
| used bu the module \code{urllib} to handle URLs that use FTP.  For | used by the module \code{urllib} to handle URLs that use FTP.  For | ||||||
| more information on FTP (File Transfer Protocol), see Internet RFC | more information on FTP (File Transfer Protocol), see Internet RFC | ||||||
| 959. | 959. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ This module provides an interface to the mechanisms used to implement | ||||||
| the \code{import} statement.  It defines the following constants and | the \code{import} statement.  It defines the following constants and | ||||||
| functions: | functions: | ||||||
| 
 | 
 | ||||||
| \renewcommand{\indexsubitem}{(in module struct)} | \renewcommand{\indexsubitem}{(in module imp)} | ||||||
| 
 | 
 | ||||||
| \begin{funcdesc}{get_magic}{} | \begin{funcdesc}{get_magic}{} | ||||||
| Return the magic string value used to recognize byte-compiled code | Return the magic string value used to recognize byte-compiled code | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum