Spelling typos

This commit is contained in:
rgm
2017-04-21 11:21:19 -05:00
parent 0115cce324
commit e68f624d13
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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