From 9875cece73ac13b5ca3592b7d26478933df08c42 Mon Sep 17 00:00:00 2001 From: Cafeepy <66532590+Cafeepy@users.noreply.github.com> Date: Sat, 29 Aug 2020 15:14:06 -0400 Subject: [PATCH] Fix spelling Very puny and insignificant typo that bothered me the tiniest, slightest bit --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e8cb7a26..4c227264 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -52,7 +52,7 @@ If you use a pin more often, it can be worth it to use the ``get_pin`` method of Board layout ============ -If you want to use a board with a different layout than the standard Arduino, or the Arduino Mega (for wich there exist the shortcut classes ``pyfirmata.Arduino`` and ``pyfirmata.ArduinoMega``), instantiate the Board class with a dictionary as the ``layout`` argument. This is the layout dict for the Mega for example:: +If you want to use a board with a different layout than the standard Arduino, or the Arduino Mega (for which there exist the shortcut classes ``pyfirmata.Arduino`` and ``pyfirmata.ArduinoMega``), instantiate the Board class with a dictionary as the ``layout`` argument. This is the layout dict for the Mega for example:: >>> mega = { ... 'digital' : tuple(x for x in range(54)),