mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 02:15:10 +00:00 
			
		
		
		
	#7888: fix deprecation on the wrong method.
This commit is contained in:
		
							parent
							
								
									a10a2e862c
								
							
						
					
					
						commit
						4e5112867c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1223,6 +1223,8 @@ Appearance | ||||||
|       >>> turtle.settiltangle(-45) |       >>> turtle.settiltangle(-45) | ||||||
|       >>> turtle.fd(50) |       >>> turtle.fd(50) | ||||||
| 
 | 
 | ||||||
|  |    .. deprecated:: 3.1 | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| .. function:: tiltangle(angle=None) | .. function:: tiltangle(angle=None) | ||||||
| 
 | 
 | ||||||
|  | @ -1236,8 +1238,6 @@ Appearance | ||||||
|    between the orientation of the turtleshape and the heading of the |    between the orientation of the turtleshape and the heading of the | ||||||
|    turtle (its direction of movement). |    turtle (its direction of movement). | ||||||
| 
 | 
 | ||||||
|    Deprecated since Python 3.1 |  | ||||||
| 
 |  | ||||||
|    .. doctest:: |    .. doctest:: | ||||||
| 
 | 
 | ||||||
|       >>> turtle.reset() |       >>> turtle.reset() | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ezio Melotti
						Ezio Melotti