mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	remove extraneous 'text'
This commit is contained in:
		
							parent
							
								
									70997a9a83
								
							
						
					
					
						commit
						6485f247e4
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -711,9 +711,9 @@ always available.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   .. note::
 | 
					   .. note::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      The standard streams are text in text mode by default.  To write or read
 | 
					      The standard streams are in text mode by default.  To write or read binary
 | 
				
			||||||
      binary data to these, use the underlying binary buffer.  For example, to
 | 
					      data to these, use the underlying binary buffer.  For example, to write
 | 
				
			||||||
      write bytes to :data:`stdout`, use ``sys.stdout.buffer.write(b'abc')``.
 | 
					      bytes to :data:`stdout`, use ``sys.stdout.buffer.write(b'abc')``.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. data:: __stdin__
 | 
					.. data:: __stdin__
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue