mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Fix varname in docstring. #3822.
This commit is contained in:
		
							parent
							
								
									844f741039
								
							
						
					
					
						commit
						98064078f7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -7747,8 +7747,8 @@ unicode_upper(PyUnicodeObject *self) | |||
| PyDoc_STRVAR(zfill__doc__, | ||||
| "S.zfill(width) -> unicode\n\
 | ||||
| \n\ | ||||
| Pad a numeric string x with zeros on the left, to fill a field\n\ | ||||
| of the specified width. The string x is never truncated."); | ||||
| Pad a numeric string S with zeros on the left, to fill a field\n\ | ||||
| of the specified width. The string S is never truncated."); | ||||
| 
 | ||||
| static PyObject * | ||||
| unicode_zfill(PyUnicodeObject *self, PyObject *args) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl