Fix pluralization errors in various files
* Replaced instances of 'return an' with 'returns an' * fixed pluralization errors
This commit is contained in:
		
				
					committed by
					
						
						Danny
					
				
			
			
				
	
			
			
			
						parent
						
							84e9168447
						
					
				
				
					commit
					fc5a2936dd
				
			@@ -905,7 +905,7 @@ class Messageable(metaclass=abc.ABCMeta):
 | 
			
		||||
        return [state.create_message(channel=channel, data=m) for m in data]
 | 
			
		||||
 | 
			
		||||
    def history(self, *, limit=100, before=None, after=None, around=None, oldest_first=None):
 | 
			
		||||
        """Return an :class:`.AsyncIterator` that enables receiving the destination's message history.
 | 
			
		||||
        """Returns an :class:`.AsyncIterator` that enables receiving the destination's message history.
 | 
			
		||||
 | 
			
		||||
        You must have :attr:`~.Permissions.read_message_history` permissions to use this.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user