diff options
Diffstat (limited to 'docs/library/pyb.I2C.rst')
-rw-r--r-- | docs/library/pyb.I2C.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.I2C.rst b/docs/library/pyb.I2C.rst index 210b4ccf21..67131feec0 100644 --- a/docs/library/pyb.I2C.rst +++ b/docs/library/pyb.I2C.rst @@ -39,7 +39,7 @@ Printing the i2c object gives you information about its configuration. You can specify a timeout (in ms):: - i2c.send(b'123', timeout=2000) # timout after 2 seconds + i2c.send(b'123', timeout=2000) # timeout after 2 seconds A master must specify the recipient's address:: |