mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Fix typo (reported by terlop on IRC)
This commit is contained in:
		
							parent
							
								
									d5587bc474
								
							
						
					
					
						commit
						480e8e38a0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -804,7 +804,7 @@ builtin_exec(PyObject *self, PyObject *args) | ||||||
| PyDoc_STRVAR(exec_doc, | PyDoc_STRVAR(exec_doc, | ||||||
| "exec(object[, globals[, locals]])\n\
 | "exec(object[, globals[, locals]])\n\
 | ||||||
| \n\ | \n\ | ||||||
| Read and execute code from a object, which can be a string or a code\n\ | Read and execute code from an object, which can be a string or a code\n\ | ||||||
| object.\n\ | object.\n\ | ||||||
| The globals and locals are dictionaries, defaulting to the current\n\ | The globals and locals are dictionaries, defaulting to the current\n\ | ||||||
| globals and locals.  If only globals is given, locals defaults to it."); | globals and locals.  If only globals is given, locals defaults to it."); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mark Dickinson
						Mark Dickinson