mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Spelling typos
This commit is contained in:
		@@ -64,7 +64,7 @@ omit any arguments from either scheme. The defaults are:
 | 
				
			|||||||
* *clock_pin* defaults to 11, *mosi_pin* defaults to 10, *miso_pin* defaults
 | 
					* *clock_pin* defaults to 11, *mosi_pin* defaults to 10, *miso_pin* defaults
 | 
				
			||||||
  to 9, and *select_pin* defaults to 8.
 | 
					  to 9, and *select_pin* defaults to 8.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Hence the following constructors are all equiavlent::
 | 
					Hence the following constructors are all equivalent::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    from gpiozero import MCP3008
 | 
					    from gpiozero import MCP3008
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,7 +34,7 @@ LED example").
 | 
				
			|||||||
Commits which close (or intend to close) an issue should include the phrase
 | 
					Commits which close (or intend to close) an issue should include the phrase
 | 
				
			||||||
"fix #123" or "close #123" where ``#123`` is the issue number, as well as
 | 
					"fix #123" or "close #123" where ``#123`` is the issue number, as well as
 | 
				
			||||||
include a short description, for example: "Add LED example, close #123", and
 | 
					include a short description, for example: "Add LED example, close #123", and
 | 
				
			||||||
pull requests should aim to match or closely match the correspoding issue
 | 
					pull requests should aim to match or closely match the corresponding issue
 | 
				
			||||||
title.
 | 
					title.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Backwards compatibility
 | 
					Backwards compatibility
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user