From e68f624d139fa21be92542bab2c2814efd1a3118 Mon Sep 17 00:00:00 2001 From: rgm Date: Fri, 21 Apr 2017 11:21:19 -0500 Subject: [PATCH] Spelling typos --- docs/api_spi.rst | 2 +- docs/contributing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api_spi.rst b/docs/api_spi.rst index 7fdc3bb..143b409 100644 --- a/docs/api_spi.rst +++ b/docs/api_spi.rst @@ -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 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 diff --git a/docs/contributing.rst b/docs/contributing.rst index 5c58da8..ec537b1 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -34,7 +34,7 @@ LED example"). 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 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. Backwards compatibility