Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Very puny and insignificant typo that bothered me the tiniest, slightest bit
  • Loading branch information
Cafeepy authored Aug 29, 2020
1 parent 9770f5e commit 9875cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit 9875cec

Please sign in to comment.