Fix typo in report_resuming_byte doc string (fixes issue #188)
This commit is contained in:
		
							parent
							
								
									80cc23304f
								
							
						
					
					
						commit
						8a9f53bebf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -353,7 +353,7 @@ class FileDownloader(object):
 | 
			
		|||
				(percent_str, data_len_str, speed_str, eta_str), skip_eol=True)
 | 
			
		||||
 | 
			
		||||
	def report_resuming_byte(self, resume_len):
 | 
			
		||||
		"""Report attemtp to resume at given byte."""
 | 
			
		||||
		"""Report attempt to resume at given byte."""
 | 
			
		||||
		self.to_stdout(u'[download] Resuming download at byte %s' % resume_len)
 | 
			
		||||
	
 | 
			
		||||
	def report_retry(self, count, retries):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue