Skip to content

Commit 54c06aa

Browse files
author
Thomas Preston
committed
Minor docs changes
1 parent a2b4583 commit 54c06aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/example.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ You can configure the extension header mode with the following methods::
144144

145145
>>> codebug = codebug_tether.CodeBug()
146146

147-
>>> codebug.config_extension_spi() # configure extension as SPI
148-
>>> codebug.config_extension_i2c() # configure extension as I2C
147+
>>> codebug.config_extension_spi() # configure extension as SPI
148+
>>> codebug.config_extension_i2c() # configure extension as I2C
149149
>>> codebug.config_extension_uart() # configure extension as UART
150-
>>> codebug.config_extension_io() # reset extension as normal I/O
150+
>>> codebug.config_extension_io() # reset extension as normal I/O
151151

152152
SPI
153153
---

0 commit comments

Comments
 (0)