mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	trivial rewording in footnote 5.
This commit is contained in:
		
							parent
							
								
									80d1dd5f3b
								
							
						
					
					
						commit
						41d7d58cc4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -856,8 +856,8 @@ Notes:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\item[(5)] The \method{sort()} and \method{reverse()} methods modify the
 | 
					\item[(5)] The \method{sort()} and \method{reverse()} methods modify the
 | 
				
			||||||
  list in place for economy of space when sorting or reversing a large
 | 
					  list in place for economy of space when sorting or reversing a large
 | 
				
			||||||
  list.  They don't return the sorted or reversed list to remind you
 | 
					  list.  To remind you that they operate by side effect, they don't return
 | 
				
			||||||
  of this side effect.
 | 
					  the sorted or reversed list.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\item[(6)] The \method{sort()} method takes an optional argument
 | 
					\item[(6)] The \method{sort()} method takes an optional argument
 | 
				
			||||||
  specifying a comparison function of two arguments (list items) which
 | 
					  specifying a comparison function of two arguments (list items) which
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue