Skip to content

Commit 1723971

Browse files
authored
Merge pull request #24 from Timeline8/doc_fix_line_226
Minor correction to the Read The Docs
2 parents 6456cad + 7214f52 commit 1723971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_24lc32.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class EEPROM_I2C(EEPROM):
223223
Default is ``False``.
224224
:param wp_pin: (Optional) Physical pin connected to the ``WP`` breakout pin.
225225
Must be a ``DigitalInOut`` object.
226-
:param max_int: (Optional) Maximum # bytes stored in the EEPROM.
226+
:param int max_size: (Optional) Maximum # bytes stored in the EEPROM.
227227
Default is ``_MAX_SIZE_I2C``
228228
"""
229229

0 commit comments

Comments
 (0)