Skip to content

Commit 98732e4

Browse files
committed
Merge branch 'main' of https://github.com/sparkfun/Qwiic_Alphanumeric_Py into main
2 parents ecdebc3 + 32cbf02 commit 98732e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qwiic_alphanumeric.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ def begin(self, address_display_one = _QWIIC_ALPHANUMERIC_DEFAULT_ADDRESS, addre
260260
Run is_connected().
261261
Initialize and clear displays.
262262
263-
:param address_display_one: I2C address of left-most display
264-
:param address_display_two: I2C address of the left-center display
265-
:param address_dispplay_three: I2C address of the right-center display
266-
:param address_display_four: I2C address of the right-most display
263+
:param address_display_one: I2C address of first display
264+
:param address_display_two: I2C address of the second display
265+
:param address_dispplay_three: I2C address of the third display
266+
:param address_display_four: I2C address of the fourth display
267267
:return: Returns true if a Qwiic Alphanumeric is connected to the system.
268268
False otherwise.
269269
:rtype: bool

0 commit comments

Comments
 (0)